![]() |
Home | Libraries | People | FAQ | More |
boost::icl::right_open_interval
// In header: <boost/icl/right_open_interval.hpp> template<typename DomainT, ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(std::less, DomainT)> class right_open_interval { public: // types typedef right_open_interval< DomainT, Compare > type; typedef DomainT domain_type; // construct/copy/destruct right_open_interval(); explicit right_open_interval(const DomainT &); right_open_interval(const DomainT &, const DomainT &); // public member functions domain_type lower() const; domain_type upper() const; };