Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::is_signed_imp< T > Struct Template Reference

#include <is_signed.hpp>

Public Types

typedef
is_signed_select_helper
< ::boost::type_traits::ice_or
< ::boost::is_integral< T >
::value,::boost::is_enum< T >
::value >::value > 
selector
 
typedef selector::template
rebind< T
binder
 
typedef binder::type type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=type::value)
 

Member Typedef Documentation

template<class T >
typedef selector::template rebind<T> boost::detail::is_signed_imp< T >::binder
template<class T >
typedef is_signed_select_helper< ::boost::type_traits::ice_or< ::boost::is_integral<T>::value, ::boost::is_enum<T>::value>::value > boost::detail::is_signed_imp< T >::selector
template<class T >
typedef binder::type boost::detail::is_signed_imp< T >::type

Member Function Documentation

template<class T >
boost::detail::is_signed_imp< T >::BOOST_STATIC_CONSTANT ( bool  ,
value  = type::value 
)

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