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

#include "is_signed.hpp"

Public Types

typedef remove_cv< T >::type no_cv_t
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=(!(::boost::detail::is_signed_values< T >::minus_one > boost::detail::is_signed_values< T >::zero)))
 

Detailed Description

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

Definition at line 43 of file is_signed.hpp.

Member Typedef Documentation

template<class T >
typedef remove_cv<T>::type boost::detail::is_signed_helper< T >::no_cv_t

Definition at line 45 of file is_signed.hpp.

Member Function Documentation

template<class T >
boost::detail::is_signed_helper< T >::BOOST_STATIC_CONSTANT ( bool  ,
value  = (!(::boost::detail::is_signed_values< T >::minus_one > boost::detail::is_signed_values< T >::zero)) 
)

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