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

#include <is_abstract.hpp>

Public Types

typedef is_abstract_select
< ::boost::is_class< T >
::value > 
selector
 
typedef selector::template
rebind< T
binder
 
typedef binder::type type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=type::value)
 

Member Typedef Documentation

template<class T >
typedef selector::template rebind<T> boost::detail::is_abstract_imp< T >::binder
template<class T >
typedef is_abstract_select< ::boost::is_class<T>::value> boost::detail::is_abstract_imp< T >::selector
template<class T >
typedef binder::type boost::detail::is_abstract_imp< T >::type

Member Function Documentation

template<class T >
boost::detail::is_abstract_imp< T >::BOOST_STATIC_CONSTANT ( bool  ,
value  = type::value 
)

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