Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Header <boost/icl/interval.hpp>

namespace boost {
  namespace icl {
    template<typename DomainT, 
             ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(std::less, DomainT)> 
      struct interval;

    template<typename IntervalT, bound_type PretendedBounds, 
             bound_type RepresentedBounds> 
      struct static_interval<IntervalT, true, PretendedBounds, RepresentedBounds>;
    template<typename IntervalT, bound_type PretendedBounds, 
             bound_type RepresentedBounds> 
      struct static_interval<IntervalT, false, PretendedBounds, RepresentedBounds>;
  }
}

PrevUpHomeNext