Home
last modified time | relevance | path

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

/third_party/boost/boost/icl/concept/
Dinterval_bounds.hpp71 inline bool is_left_closed(interval_bounds bounds) in is_left_closed() function
78 { return is_left_closed(bounds) ? "[" : "("; } in left_bracket()
87 if(is_left_closed(decl) && !is_left_closed(repr)) in shift_lower()
89 else if(!is_left_closed(decl) && is_left_closed(repr)) in shift_lower()
Dinterval.hpp402 return is_left_closed(object.bounds()) ? in first()
874 (is_left_closed(super.bounds()) in contains()