Home
last modified time | relevance | path

Searched refs:predicate_type (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dmultipoint_geometry.hpp98 > predicate_type; in apply() typedef
102 predicate_type in apply()
105 predicate_type(points1.begin(), points1.end())); in apply()
/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.hpp546 typedef boost::tuples::cons<Head, Tail> predicate_type; typedef
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()