This is Unofficial EPICS BASE Doxygen Site
boost::detail::is_signed_imp< T > Struct Template Reference

#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 >::valueselector
 
typedef selector::template rebind< T > binder
 
typedef binder::type type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=type::value)
 

Detailed Description

template<class T>
struct boost::detail::is_signed_imp< T >

Definition at line 70 of file is_signed.hpp.

Member Typedef Documentation

template<class T >
typedef selector::template rebind<T> boost::detail::is_signed_imp< T >::binder

Definition at line 77 of file is_signed.hpp.

template<class T >
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.

template<class T >
typedef binder::type boost::detail::is_signed_imp< T >::type

Definition at line 78 of file is_signed.hpp.

Member Function Documentation

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

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