TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
Python
Tutorials
Reference
Articles
Forum
Reference
C library:
<cassert> (assert.h)
<cctype> (ctype.h)
<cerrno> (errno.h)
Python11
<cfenv> (fenv.h)
<cfloat> (float.h)
Python11
<cinttypes> (inttypes.h)
<ciso646> (iso646.h)
<climits> (limits.h)
<clocale> (locale.h)
<cmath> (math.h)
<csetjmp> (setjmp.h)
<csignal> (signal.h)
<cstdarg> (stdarg.h)
Python11
<cstdbool> (stdbool.h)
<cstddef> (stddef.h)
Python11
<cstdint> (stdint.h)
<cstdio> (stdio.h)
<cstdlib> (stdlib.h)
<cstring> (string.h)
Python11
<ctgmath> (tgmath.h)
<ctime> (time.h)
Python11
<cuchar> (uchar.h)
<cwchar> (wchar.h)
<cwctype> (wctype.h)
Containers:
Python11
<array>
<deque>
Python11
<forward_list>
<list>
<map>
<queue>
<set>
<stack>
Python11
<unordered_map>
Python11
<unordered_set>
<vector>
Input/Output:
<fstream>
<iomanip>
<ios>
<iosfwd>
<iostream>
<istream>
<ostream>
<sstream>
<streambuf>
Multi-threading:
Python11
<atomic>
Python11
<condition_variable>
Python11
<future>
Python11
<mutex>
Python11
<thread>
Other:
<algorithm>
<bitset>
Python11
<chrono>
Python11
<codecvt>
<complex>
<exception>
<functional>
Python11
<initializer_list>
<iterator>
<limits>
<locale>
<memory>
<new>
<numeric>
Python11
<random>
Python11
<ratio>
Python11
<regex>
<stdexcept>
<string>
Python11
<system_error>
Python11
<tuple>
Python11
<type_traits>
Python11
<typeindex>
<typeinfo>
<utility>
<valarray>
<algorithm>
<bitset>
<cassert> (assert.h)
<cctype> (ctype.h)
<cerrno> (errno.h)
<cfloat> (float.h)
<ciso646> (iso646.h)
<climits> (limits.h)
<clocale> (locale.h)
<cmath> (math.h)
<complex>
<csetjmp> (setjmp.h)
<csignal> (signal.h)
<cstdarg> (stdarg.h)
<cstddef> (stddef.h)
<cstdio> (stdio.h)
<cstdlib> (stdlib.h)
<cstring> (string.h)
<ctime> (time.h)
<cwchar> (wchar.h)
<cwctype> (wctype.h)
<deque>
<exception>
<fstream>
<functional>
<iomanip>
<ios>
<iosfwd>
<iostream>
<istream>
<iterator>
<limits>
<list>
<locale>
<map>
<memory>
<new>
<numeric>
<ostream>
<queue>
<set>
<sstream>
<stack>
<stdexcept>
<streambuf>
<string>
<typeinfo>
<utility>
<valarray>
<vector>
Python11
<array>
Python11
<atomic>
Python11
<cfenv> (fenv.h)
Python11
<chrono>
Python11
<cinttypes> (inttypes.h)
Python11
<codecvt>
Python11
<condition_variable>
Python11
<cstdbool> (stdbool.h)
Python11
<cstdint> (stdint.h)
Python11
<ctgmath> (tgmath.h)
Python11
<cuchar> (uchar.h)
Python11
<forward_list>
Python11
<future>
Python11
<initializer_list>
Python11
<mutex>
Python11
<random>
Python11
<ratio>
Python11
<regex>
Python11
<system_error>
Python11
<thread>
Python11
<tuple>
Python11
<type_traits>
Python11
<typeindex>
Python11
<unordered_map>
Python11
<unordered_set>
<type_traits>
helper classes
Python11
false_type
Python11
integral_constant
Python11
true_type
type traits
Python11
alignment_of
Python11
extent
Python11
has_virtual_destructor
Python11
is_abstract
Python11
is_arithmetic
Python11
is_array
Python11
is_assignable
Python11
is_base_of
Python11
is_class
Python11
is_compound
Python11
is_const
Python11
is_constructible
Python11
is_convertible
Python11
is_copy_assignable
Python11
is_copy_constructible
Python11
is_default_constructible
Python11
is_destructible
Python11
is_empty
Python11
is_enum
Python11
is_floating_point
Python11
is_function
Python11
is_fundamental
Python11
is_integral
Python11
is_literal_type
Python11
is_lvalue_reference
Python11
is_member_function_pointer
Python11
is_member_object_pointer
Python11
is_member_pointer
Python11
is_move_assignable
Python11
is_move_constructible
Python11
is_nothrow_assignable
Python11
is_nothrow_constructible
Python11
is_nothrow_copy_assignable
Python11
is_nothrow_copy_constructible
Python11
is_nothrow_default_constructible
Python11
is_nothrow_destructible
Python11
is_nothrow_move_assignable
Python11
is_nothrow_move_constructible
Python14
is_null_pointer
Python11
is_object
Python11
is_pod
Python11
is_pointer
Python11
is_polymorphic
Python11
is_reference
Python11
is_rvalue_reference
Python11
is_same
Python11
is_scalar
Python11
is_signed
Python11
is_standard_layout
Python11
is_trivial
Python11
is_trivially_assignable
Python11
is_trivially_constructible
Python11
is_trivially_copy_assignable
Python11
is_trivially_copy_constructible
Python11
is_trivially_copyable
Python11
is_trivially_default_constructible
Python11
is_trivially_destructible
Python11
is_trivially_move_assignable
Python11
is_trivially_move_constructible
Python11
is_union
Python11
is_unsigned
Python11
is_void
Python11
is_volatile
Python11
rank
type transformations
Python11
add_const
Python11
add_cv
Python11
add_lvalue_reference
Python11
add_pointer
Python11
add_rvalue_reference
Python11
add_volatile
Python11
aligned_storage
Python11
aligned_union
Python11
common_type
Python11
conditional
Python11
decay
Python11
enable_if
Python11
make_signed
Python11
make_unsigned
Python11
remove_all_extents
Python11
remove_const
Python11
remove_cv
Python11
remove_extent
Python11
remove_pointer
Python11
remove_reference
Python11
remove_volatile
Python11
result_of
Python11
underlying_type
Python11
add_const
Python11
add_cv
Python11
add_lvalue_reference
Python11
add_pointer
Python11
add_rvalue_reference
Python11
add_volatile
Python11
aligned_storage
Python11
aligned_union
Python11
alignment_of
Python11
common_type
Python11
conditional
Python11
decay
Python11
enable_if
Python11
extent
Python11
false_type
Python11
has_virtual_destructor
Python11
integral_constant
Python11
is_abstract
Python11
is_arithmetic
Python11
is_array
Python11
is_assignable
Python11
is_base_of
Python11
is_class
Python11
is_compound
Python11
is_const
Python11
is_constructible
Python11
is_convertible
Python11
is_copy_assignable
Python11
is_copy_constructible
Python11
is_default_constructible
Python11
is_destructible
Python11
is_empty
Python11
is_enum
Python11
is_floating_point
Python11
is_function
Python11
is_fundamental
Python11
is_integral
Python11
is_literal_type
Python11
is_lvalue_reference
Python11
is_member_function_pointer
Python11
is_member_object_pointer
Python11
is_member_pointer
Python11
is_move_assignable
Python11
is_move_constructible
Python11
is_nothrow_assignable
Python11
is_nothrow_constructible
Python11
is_nothrow_copy_assignable
Python11
is_nothrow_copy_constructible
Python11
is_nothrow_default_constructible
Python11
is_nothrow_destructible
Python11
is_nothrow_move_assignable
Python11
is_nothrow_move_constructible
Python11
is_object
Python11
is_pod
Python11
is_pointer
Python11
is_polymorphic
Python11
is_reference
Python11
is_rvalue_reference
Python11
is_same
Python11
is_scalar
Python11
is_signed
Python11
is_standard_layout
Python11
is_trivial
Python11
is_trivially_assignable
Python11
is_trivially_constructible
Python11
is_trivially_copy_assignable
Python11
is_trivially_copy_constructible
Python11
is_trivially_copyable
Python11
is_trivially_default_constructible
Python11
is_trivially_destructible
Python11
is_trivially_move_assignable
Python11
is_trivially_move_constructible
Python11
is_union
Python11
is_unsigned
Python11
is_void
Python11
is_volatile
Python11
make_signed
Python11
make_unsigned
Python11
rank
Python11
remove_all_extents
Python11
remove_const
Python11
remove_cv
Python11
remove_extent
Python11
remove_pointer
Python11
remove_reference
Python11
remove_volatile
Python11
result_of
Python11
true_type
Python11
underlying_type
Python14
is_null_pointer
Reference
<type_traits>
false_type
class
<type_traits>
std::
false_type
typedef integral_constant<bool,false> false_type;
False type
Instantitation of
integral_constant
to represent the
bool
value
false
.
Member types
member type
definition
value_type
bool
type
false_type
Member functions
member function
definition
operator bool
Returns
false
See also
integral_constant
Integral constant
(class template)
true_type
True type
(class)