Home
last modified time | relevance | path

Searched defs:NearestKLess (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/geometry/index/test/rtree/
Dtest_rtree.hpp1147 struct NearestKLess struct
1149 typedef typename bg::default_distance_result<Point, typename Rtree::indexable_type>::type D;
1152 bool operator()(std::pair<D, Value> const& p1, std::pair<D, Value> const& p2) const in operator ()()