Home | Libraries | People | FAQ | More |
boost::icl::interval_traits
// In header: <boost/icl/interval_traits.hpp> template<typename Type> struct interval_traits { // types typedef interval_traits type; typedef domain_type_of< Type >::type domain_type; // public static functions static Type construct(const domain_type &, const domain_type &); static domain_type upper(const Type &); static domain_type lower(const Type &); };