Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::type_traits::detail Namespace Reference

Classes

struct  floating_point_promotion
 
struct  floating_point_promotion< float >
 
struct  floating_point_promotion< float const >
 
struct  floating_point_promotion< float const volatile >
 
struct  floating_point_promotion< float volatile >
 
struct  integral_promotion
 
struct  integral_promotion_impl
 
struct  need_promotion
 
struct  need_promotion< bool >
 
struct  need_promotion< char >
 
struct  need_promotion< signed char >
 
struct  need_promotion< signed short int >
 
struct  need_promotion< unsigned char >
 
struct  need_promotion< unsigned short int >
 
struct  need_promotion< wchar_t >
 
struct  promote_from_index
 
struct  promote_from_index< 1, 0, 0 >
 
struct  promote_from_index< 1, 0, 1 >
 
struct  promote_from_index< 1, 1, 0 >
 
struct  promote_from_index< 1, 1, 1 >
 
struct  promote_from_index< 2, 0, 0 >
 
struct  promote_from_index< 2, 0, 1 >
 
struct  promote_from_index< 2, 1, 0 >
 
struct  promote_from_index< 2, 1, 1 >
 
struct  promote_from_index< 3, 0, 0 >
 
struct  promote_from_index< 3, 0, 1 >
 
struct  promote_from_index< 3, 1, 0 >
 
struct  promote_from_index< 3, 1, 1 >
 
struct  promote_from_index< 4, 0, 0 >
 
struct  promote_from_index< 4, 0, 1 >
 
struct  promote_from_index< 4, 1, 0 >
 
struct  promote_from_index< 4, 1, 1 >
 
struct  promoted_index
 
struct  sized_type_for_promotion
 

Functions

sized_type_for_promotion< 1 >::type promoted_index_tester (int)
 
sized_type_for_promotion< 2 >::type promoted_index_tester (unsigned int)
 
sized_type_for_promotion< 3 >::type promoted_index_tester (long)
 

Function Documentation

sized_type_for_promotion< 1 >::type boost::type_traits::detail::promoted_index_tester ( int  )
sized_type_for_promotion< 4 >::type boost::type_traits::detail::promoted_index_tester ( unsigned  int)
sized_type_for_promotion< 3 >::type boost::type_traits::detail::promoted_index_tester ( long  )