#include <is_abstract.hpp>
Public Types | |
| typedef selector::template rebind< T > | binder |
| typedef is_abstract_select< ::boost::is_class< T >::value > | selector |
| typedef binder::type | type |
Public Member Functions | |
| BOOST_STATIC_CONSTANT (bool, value=type::value) | |
Definition at line 130 of file is_abstract.hpp.
| typedef selector::template rebind<T> boost::detail::is_abstract_imp< T >::binder |
Definition at line 133 of file is_abstract.hpp.
| typedef is_abstract_select< ::boost::is_class<T>::value> boost::detail::is_abstract_imp< T >::selector |
Definition at line 132 of file is_abstract.hpp.
| typedef binder::type boost::detail::is_abstract_imp< T >::type |
Definition at line 134 of file is_abstract.hpp.
| boost::detail::is_abstract_imp< T >::BOOST_STATIC_CONSTANT | ( | bool | , |
| value | = type::value |
||
| ) |