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_discrete< Type > Struct Template Reference

#include <is_discrete.hpp>

Public Types

typedef is_discrete type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, value=(mpl::and_< boost::detail::is_incrementable< Type >, mpl::or_< mpl::and_< mpl::not_< has_rep_type< Type > >, is_non_floating_point< Type > >, mpl::and_< has_rep_type< Type >, is_discrete< typename rep_type_of< Type >::type > > > >::value))
 

Member Typedef Documentation

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

Member Function Documentation

template<class Type >
boost::icl::is_discrete< Type >::BOOST_STATIC_CONSTANT ( bool  ,
value  = (mpl::and_< boost::detail::is_incrementable< Type >, mpl::or_< mpl::and_< mpl::not_has_rep_type< Type > >, is_non_floating_point< Type > >, mpl::and_< has_rep_type< Type >, is_discrete< typename rep_type_of< Type >::type > > > >::value) 
)

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