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::integral_promotion_impl< T > Struct Template Reference

#include <integral_promotion.hpp>

Public Types

typedef BOOST_DEDUCED_TYPENAME
promote_from_index
< (boost::type_traits::detail::promoted_index
< T >::value),(boost::is_const
< T >::value),(boost::is_volatile
< T >::value) >::type 
type
 

Member Typedef Documentation

template<class T >
typedef BOOST_DEDUCED_TYPENAME promote_from_index< (boost::type_traits::detail::promoted_index<T>::value) , (boost::is_const<T>::value) , (boost::is_volatile<T>::value) >::type boost::type_traits::detail::integral_promotion_impl< T >::type

The documentation for this struct was generated from the following file: