#include <is_enum.hpp>
Public Types | |
typedef se_t::template type< T > | helper |
typedef ::boost::detail::is_enum_helper< selector > | se_t |
Public Member Functions | |
BOOST_STATIC_CONSTANT (bool, selector=::boost::is_arithmetic< T >::value||::boost::is_reference< T >::value||is_class_or_union< T >::value||is_array< T >::value) | |
BOOST_STATIC_CONSTANT (bool, value=helper::value) | |
Definition at line 96 of file is_enum.hpp.
typedef se_t::template type<T> boost::detail::is_enum_impl< T >::helper |
Definition at line 142 of file is_enum.hpp.
typedef ::boost::detail::is_enum_helper<selector> boost::detail::is_enum_impl< T >::se_t |
Definition at line 139 of file is_enum.hpp.
boost::detail::is_enum_impl< T >::BOOST_STATIC_CONSTANT | ( | bool | , |
selector | = ::boost::is_arithmetic< T >::value||::boost::is_reference< T >::value||is_class_or_union< T >::value||is_array< T >::value |
||
) |
boost::detail::is_enum_impl< T >::BOOST_STATIC_CONSTANT | ( | bool | , |
value | = helper::value |
||
) |