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

#include <is_signed.hpp>

Public Types

typedef remove_cv< T >::type no_cv_t
 

Static Public Attributes

static const no_cv_t minus_one = (static_cast<no_cv_t>(-1))
 
static const no_cv_t zero = (static_cast<no_cv_t>(0))
 

Member Typedef Documentation

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

Member Data Documentation

template<class T >
const no_cv_t boost::detail::is_signed_values< T >::minus_one = (static_cast<no_cv_t>(-1))
static
template<class T >
const no_cv_t boost::detail::is_signed_values< T >::zero = (static_cast<no_cv_t>(0))
static

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