Searched defs:IndexCmp (Results 1 – 1 of 1) sorted by relevance
329 struct IndexCmp struct331 const int3* aux;333 explicit IndexCmp(const int3* _aux) : aux(_aux) {} in IndexCmp() argument335 bool operator ()(int l1, int l2) const in operator ()()