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

#include <is_enum.hpp>

Public Types

typedef
::boost::detail::is_enum_helper
< selector > 
se_t
 
typedef se_t::template type< Thelper
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, selector=(::boost::type_traits::ice_or< ::boost::is_arithmetic< T >::value,::boost::is_reference< T >::value, is_class_or_union< T >::value, is_array< T >::value >::value))
 
 BOOST_STATIC_CONSTANT (bool, value=helper::value)
 

Member Typedef Documentation

template<typename T >
typedef se_t::template type<T> boost::detail::is_enum_impl< T >::helper
template<typename T >
typedef ::boost::detail::is_enum_helper<selector> boost::detail::is_enum_impl< T >::se_t

Member Function Documentation

template<typename T >
boost::detail::is_enum_impl< T >::BOOST_STATIC_CONSTANT ( bool  ,
selector  = (::boost::type_traits::ice_or< ::boost::is_arithmetic< T >::value,::boost::is_reference< T >::value, is_class_or_unionT >::value, is_array< T >::value >::value) 
)
template<typename T >
boost::detail::is_enum_impl< T >::BOOST_STATIC_CONSTANT ( bool  ,
value  = helper::value 
)

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