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

#include <is_class.hpp>

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=(::boost::type_traits::ice_and< ::boost::type_traits::ice_not< ::boost::is_union< T >::value >::value,::boost::type_traits::ice_not< ::boost::is_scalar< T >::value >::value,::boost::type_traits::ice_not< ::boost::is_array< T >::value >::value,::boost::type_traits::ice_not< ::boost::is_reference< T >::value >::value,::boost::type_traits::ice_not< ::boost::is_void< T >::value >::value,::boost::type_traits::ice_not< ::boost::is_function< T >::value >::value >::value))
 

Member Function Documentation

template<typename T >
boost::detail::is_class_impl< T >::BOOST_STATIC_CONSTANT ( bool  ,
value  = (::boost::type_traits::ice_and< ::boost::type_traits::ice_not< ::boost::is_union< T >::value >::value,::boost::type_traits::ice_not< ::boost::is_scalar< T >::value >::value,::boost::type_traits::ice_not< ::boost::is_array< T >::value >::value,::boost::type_traits::ice_not< ::boost::is_reference< T >::value >::value,::boost::type_traits::ice_not< ::boost::is_void< T >::value >::value,::boost::type_traits::ice_not< ::boost::is_function< T >::value >::value >::value) 
)

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