|
Compile time type transformation and information.
| typedef integral_constant<bool, false> std::tr1::false_type |
typedef for false_type
Definition at line 78 of file tr1_impl/type_traits.
| typedef integral_constant<bool, true> std::tr1::true_type |
typedef for true_type
Definition at line 75 of file tr1_impl/type_traits.
| std::tr1::_DEFINE_SPEC | ( | 2 | , | |
| __is_member_object_pointer_helper | , | |||
| _Tp _Cp::* | , | |||
| !is_function< _Tp >::value | ||||
| ) |
is_member_object_pointer
Definition at line 181 of file tr1_impl/type_traits.
| std::tr1::_DEFINE_SPEC | ( | 2 | , | |
| __is_member_function_pointer_helper | , | |||
| _Tp _Cp::* | , | |||
| is_function< _Tp >::value | ||||
| ) |
is_member_function_pointer
Definition at line 194 of file tr1_impl/type_traits.
1.7.1