Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/doc/index/src/examples/rtree/
Drange_adaptors.cpp39 struct pair_maker struct
41 typedef std::pair<First, Second> result_type;
43 inline result_type operator()(T const& v) const in operator ()()