#include <is_unsigned.hpp>
Public Types | |
typedef selector::template rebind< T > | binder |
typedef ::boost::detail::is_unsigned_select_helper< ::boost::is_integral< T >::value||::boost::is_enum< T >::value > | selector |
typedef binder::type | type |
Public Member Functions | |
BOOST_STATIC_CONSTANT (bool, value=type::value) | |
Definition at line 69 of file is_unsigned.hpp.
typedef selector::template rebind<T> boost::detail::is_unsigned< T >::binder |
Definition at line 72 of file is_unsigned.hpp.
typedef ::boost::detail::is_unsigned_select_helper< ::boost::is_integral<T>::value || ::boost::is_enum<T>::value > boost::detail::is_unsigned< T >::selector |
Definition at line 71 of file is_unsigned.hpp.
typedef binder::type boost::detail::is_unsigned< T >::type |
Definition at line 73 of file is_unsigned.hpp.
boost::detail::is_unsigned< T >::BOOST_STATIC_CONSTANT | ( | bool | , |
value | = type::value |
||
) |