#include <nanoflann.hpp>
Public Member Functions | |
| template<typename PairType > | |
| bool | operator() (const PairType &p1, const PairType &p2) const |
operator "<" for std::sort()
Definition at line 179 of file nanoflann.hpp.
| bool nanoflann::IndexDist_Sorter::operator() | ( | const PairType & | p1, |
| const PairType & | p2 | ||
| ) | const [inline] |
PairType will be typically: std::pair<IndexType,DistanceType>
Definition at line 183 of file nanoflann.hpp.