#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)) | |
typedef is_discrete boost::icl::is_discrete< Type >::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) |
||
) |