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