![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "is_signed.hpp"
Public Types | |
| typedef is_signed_select_helper< ::boost::type_traits::ice_or< ::boost::is_integral< T >::value,::boost::is_enum< T >::value >::value > | selector |
| typedef selector::template rebind< T > | binder |
| typedef binder::type | type |
Public Member Functions | |
| BOOST_STATIC_CONSTANT (bool, value=type::value) | |
Definition at line 70 of file is_signed.hpp.
| typedef selector::template rebind<T> boost::detail::is_signed_imp< T >::binder |
Definition at line 77 of file is_signed.hpp.
| typedef is_signed_select_helper< ::boost::type_traits::ice_or< ::boost::is_integral<T>::value, ::boost::is_enum<T>::value>::value > boost::detail::is_signed_imp< T >::selector |
Definition at line 76 of file is_signed.hpp.
| typedef binder::type boost::detail::is_signed_imp< T >::type |
Definition at line 78 of file is_signed.hpp.
| boost::detail::is_signed_imp< T >::BOOST_STATIC_CONSTANT | ( | bool | , |
| value | = type::value |
||
| ) |