Searched refs:compareMax (Results 1 – 1 of 1) sorted by relevance
120 auto compareMax = [] (const Cell<T>& a, const Cell<T>& b) { in polylabel() local123 using Queue = std::priority_queue<Cell<T>, std::vector<Cell<T>>, decltype(compareMax)>; in polylabel()124 Queue cellQueue(compareMax); in polylabel()