|
libstdc++
|
Go to the source code of this file.
Namespaces | |
| namespace | std |
Macros | |
| #define | __cpp_lib_integral_constant_callable |
| #define | __cpp_lib_is_final |
| #define | __cpp_lib_is_null_pointer |
| #define | __cpp_lib_result_of_sfinae |
| #define | __cpp_lib_transformation_trait_aliases |
| #define | __cpp_lib_void_t |
| #define | _GLIBCXX_HAS_NESTED_TYPE(_NTYPE) |
| #define | _GLIBCXX_TYPE_TRAITS |
Typedefs | |
| template<bool __v> | |
| using | std::__bool_constant = integral_constant< bool, __v > |
| typedef integral_constant< bool, false > | std::false_type |
| typedef integral_constant< bool, true > | std::true_type |
This is a Standard C++ Library header.
Definition in file type_traits.
| #define _GLIBCXX_TYPE_TRAITS |
Definition at line 30 of file type_traits.