![]() |
Compile time type transformation and information.
typedef integral_constant<bool, false> std::false_type |
typedef for false_type
Definition at line 78 of file tr1_impl/type_traits.
typedef integral_constant<bool, true> std::true_type |
typedef for true_type
Definition at line 75 of file tr1_impl/type_traits.
std::_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.
std::_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.