Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/polylabel/1.0.3/include/mapbox/
H A Dpolylabel.hpp120 auto compareMax = [] (const Cell<T>& a, const Cell<T>& b) { in polylabel() local
123 using Queue = std::priority_queue<Cell<T>, std::vector<Cell<T>>, decltype(compareMax)>; in polylabel()
124 Queue cellQueue(compareMax); in polylabel()