Searched refs:sorted_range (Results 1 – 1 of 1) sorted by relevance
112 static inline Value maximum_gap(SortedRange const& sorted_range, in maximum_gap() argument121 iterator_type it1 = boost::begin(sorted_range), it2 = it1; in maximum_gap()127 for (++it1, ++it2; it2 != boost::end(sorted_range); ++it1, ++it2) in maximum_gap()