Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::int_min_value_t< MinValue > Struct Template Reference

#include <integer_fwd.hpp>

Public Types

typedef
detail::int_least_helper
< 1+(MinValue >
=::boost::integer_traits< long >
::const_min)+(MinValue >
=::boost::integer_traits< int >
::const_min)+(MinValue >
=::boost::integer_traits
< short >::const_min)+(MinValue >
=::boost::integer_traits
< signed char >::const_min) >
::least 
least
 
typedef int_fast_t< least >::type fast
 

Member Typedef Documentation

template<long MinValue>
typedef int_fast_t<least>::type boost::int_min_value_t< MinValue >::fast
template<long MinValue>
typedef detail::int_least_helper< 1 + (MinValue >= ::boost::integer_traits<long>::const_min) + (MinValue >= ::boost::integer_traits<int>::const_min) + (MinValue >= ::boost::integer_traits<short>::const_min) + (MinValue >= ::boost::integer_traits<signed char>::const_min) >::least boost::int_min_value_t< MinValue >::least

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