Home
last modified time | relevance | path

Searched defs:elemental (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/icl/detail/
Delement_iterator.hpp80 struct elemental<ICL_INTERVAL_TYPE(Interval,DomainT,Compare) > struct
82 typedef ICL_INTERVAL_TYPE(Interval,DomainT,Compare) segment_type;
83 typedef segment_type interval_type;
84 typedef DomainT type;
85 typedef DomainT domain_type;
86 typedef DomainT codomain_type;
87 typedef DomainT transit_type;
92 struct elemental<std::pair<ICL_INTERVAL_TYPE(Interval,DomainT,Compare) const, CodomainT> > struct
94 typedef std::pair<ICL_INTERVAL_TYPE(Interval,DomainT,Compare), CodomainT> segment_type;
95 typedef ICL_INTERVAL_TYPE(Interval,DomainT,Compare) interval_type;
[all …]