...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::icl::is_discrete_interval<discrete_interval< DomainT, Compare >>
// In header: <boost/icl/discrete_interval.hpp> template<typename DomainT, ICL_COMPARE Compare> struct is_discrete_interval<discrete_interval< DomainT, Compare >> { // types typedef is_discrete_interval< discrete_interval< DomainT, Compare > > type; // public member functions BOOST_STATIC_CONSTANT(bool, value = is_discrete< DomainT >::value); };