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

#include <is_empty.hpp>

Public Types

typedef remove_cv< T >::type cvt
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=(::boost::type_traits::ice_or< ::boost::detail::empty_helper< cvt,::boost::is_class< T >::value >::value, false >::value))
 

Member Typedef Documentation

template<typename T >
typedef remove_cv<T>::type boost::detail::is_empty_impl< T >::cvt

Member Function Documentation

template<typename T >
boost::detail::is_empty_impl< T >::BOOST_STATIC_CONSTANT ( bool  ,
value  = (::boost::type_traits::ice_or< ::boost::detail::empty_helpercvt,::boost::is_class< T >::value >::value, false >::value) 
)

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