Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Dmultipoint.hpp112 static inline Value maximum_gap(SortedRange const& sorted_range, in maximum_gap() argument
121 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()