Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Header <boost/icl/continuous_interval.hpp>

namespace boost {
  namespace icl {
    template<typename DomainT, 
             ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT)> 
      class continuous_interval;

    template<typename DomainT, ICL_COMPARE Compare> 
      struct dynamic_interval_traits<boost::icl::continuous_interval< DomainT, Compare >>;
    template<typename DomainT, ICL_COMPARE Compare> 
      struct interval_bound_type<continuous_interval< DomainT, Compare >>;
    template<typename DomainT, ICL_COMPARE Compare> 
      struct interval_traits<icl::continuous_interval< DomainT, Compare >>;
    template<typename DomainT, ICL_COMPARE Compare> 
      struct is_continuous_interval<continuous_interval< DomainT, Compare >>;
    template<typename DomainT, ICL_COMPARE Compare> 
      struct type_to_string<icl::continuous_interval< DomainT, Compare >>;
    template<typename DomainT> 
      struct value_size<icl::continuous_interval< DomainT >>;
  }
}

PrevUpHomeNext