Home
last modified time | relevance | path

Searched refs:left_bounds (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/icl/concept/
Dinterval_bounds.hpp56 inline interval_bounds left_bounds(interval_bounds x1, interval_bounds x2) in left_bounds() function
132 left_bounds(const IntervalT& x1, const IntervalT& x2) in left_bounds() function
133 { return left_bounds(x1.bounds(), x2.bounds()); } in left_bounds()
Dinterval.hpp642 if(left_bounds(left,right) == interval_bounds::right_open()) //'[(' == 10 in lower_less()