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 an older version of Boost and was released in 2024. The current version is 1.89.0.
namespace boost { namespace icl { template<typename DomainT, ICL_COMPARE Compare = ICL_COMPARE_INSTANCE(ICL_COMPARE_DEFAULT, DomainT)> class open_interval; template<typename DomainT, ICL_COMPARE Compare> struct interval_traits<icl::open_interval< DomainT, Compare >>; template<typename DomainT, ICL_COMPARE Compare> struct interval_bound_type<open_interval< DomainT, Compare >>; template<typename DomainT, ICL_COMPARE Compare> struct type_to_string<icl::open_interval< DomainT, Compare >>; template<typename DomainT, ICL_COMPARE Compare> struct value_size<icl::open_interval< DomainT, Compare >>; } }