Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dpredicates.hpp511 struct predicates_element struct
514 typedef T type;
515 static type const& get(T const& p) { return p; } in get()
544 struct predicates_element< I, boost::tuples::cons<Head, Tail> > struct
546 typedef boost::tuples::cons<Head, Tail> predicate_type;
548 typedef typename boost::tuples::element<I, predicate_type>::type type;
549 static type const& get(predicate_type const& p) { return boost::get<I>(p); } in get()