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

#include <is_enum.hpp>

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=sizeof(is_class_or_union_tester< T >(0))==sizeof(::boost::type_traits::yes_type))
 

Static Public Member Functions

template<class U >
static::boost::type_traits::yes_type is_class_or_union_tester (void(U::*)(void))
 
template<class U >
::boost::type_traits::no_type is_class_or_union_tester (...)
 

Member Function Documentation

template<typename T >
boost::detail::is_class_or_union< T >::BOOST_STATIC_CONSTANT ( bool  ,
value  = sizeof(is_class_or_union_testerT >(0))==sizeof(::boost::type_traits::yes_type) 
)
template<typename T >
template<class U >
static ::boost::type_traits::yes_type boost::detail::is_class_or_union< T >::is_class_or_union_tester ( void(U::*)(void )
static
template<typename T >
template<class U >
::boost::type_traits::no_type boost::detail::is_class_or_union< T >::is_class_or_union_tester (   ...)
static

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