Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/index/
Dindexable.hpp164 struct indexable_boost_tuple struct
166 typedef Value value_type;
175 typedef Indexable const& result_type;
183 inline result_type operator()(value_type const& v) const in operator ()()
196 … inline result_type operator()(boost::tuple<I, U1, U2, U3, U4, U5, U6, U7, U8, U9> const& v) const in operator ()()
213 inline result_type operator()(boost::tuples::cons<I, T> const& v) const in operator ()()
227 inline result_type operator()(V const& v) const in operator ()()