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

#include <is_numeric.hpp>

Public Types

typedef is_numeric type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=(mpl::or_< is_std_numeric< Type >, boost::is_integral< Type >, is_std_integral< Type > >::value))
 

Member Typedef Documentation

template<class Type >
typedef is_numeric boost::icl::is_numeric< Type >::type

Member Function Documentation

template<class Type >
boost::icl::is_numeric< Type >::BOOST_STATIC_CONSTANT ( bool  ,
value  = (mpl::or_< is_std_numeric< Type >, boost::is_integral< Type >, is_std_integral< Type > >::value) 
)

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