Header <boost/icl/interval.hpp>
namespace boost {
namespace icl {
template < typename IntervalT, bool IsDiscrete, bound_type PretendedBounds,
bound_type RepresentedBounds>
struct static_interval ;
template < typename DomainT,
ICL_COMPARE Compare = ICL_COMPARE_INSTANCE ( ICL_COMPARE_DEFAULT , 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 > ;
}
}
Статья Header <boost/icl/interval.hpp> раздела Chapter 1. Boost.Icl Interval Container Library Reference может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.
:: Главная :: Interval Container Library Reference ::