Searched defs:compare_range (Results 1 – 1 of 1) sorted by relevance
43 struct compare_range { struct44 bool operator()(const Range& a, const Range& b) const { return a.end <= b.begin; } in operator()