...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_continuous_interval<continuous_interval< DomainT, Compare >>
// In header: <boost/icl/continuous_interval.hpp> template<typename DomainT, ICL_COMPARE Compare> struct is_continuous_interval<continuous_interval< DomainT, Compare >> { // types typedef is_continuous_interval< continuous_interval< DomainT, Compare > > type; // public member functions BOOST_STATIC_CONSTANT(bool, value = true); };