Home
last modified time | relevance | path

Searched refs:lower_less (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/icl/doc/
Dfunctions_interval_orderings.qbk24 bool lower_less(const T&, const T&)
48 bool lower_less(const T&, const T&)
53 lower_less(x,y) == true; // x begins before y
55 lower_less_equal(x,y) == lower_less(x,y) || lower_equal(x,y);
Dinterface.qbk700 [[`bool lower_less(const T&, const T&)`\n
/third_party/boost/boost/icl/detail/
Dinterval_subset_comparer.hpp224 if(lower_less(key_value<LeftT>(left), key_value<RightT>(right))) in next_both()
230 else if(lower_less(key_value<RightT>(right), key_value<LeftT>(left))) in next_both()
255 if(lower_less(key_value<RightT>(right), key_value<LeftT>(left))) in next_left()
290 if(lower_less(key_value<LeftT>(left), key_value<RightT>(right))) in next_right()
Delement_comparer.hpp98 if(lower_less(key_value<LeftT>(left), key_value<RightT>(right))) in next_both()
105 if(lower_less(key_value<LeftT>(right), key_value<RightT>(left))) in next_both()
/third_party/boost/boost/icl/concept/
Dinterval.hpp626 lower_less(const Type& left, const Type& right) in lower_less() function
633 lower_less(const Type& left, const Type& right) in lower_less() function
640 lower_less(const Type& left, const Type& right) in lower_less() function
680 return lower_less(left, right) ? bounded_lower(left) : bounded_lower(right); in lower_min()
689 return lower_less(left, right) ? bounded_lower(right) : bounded_lower(left); in lower_max()
777 return lower_less(left,right) || lower_equal(left,right); in lower_less_equal()
915 return lower_less(left,right) in operator <()