Home
last modified time | relevance | path

Searched defs:predicate_check (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.hpp118 struct predicate_check struct
129 struct predicate_check<predicates::satisfies<Fun, false>, value_tag> struct
132 …tic inline bool apply(predicates::satisfies<Fun, false> const& p, Value const& v, Indexable const&) in apply()
139 struct predicate_check<predicates::satisfies<Fun, true>, value_tag> struct
142 …atic inline bool apply(predicates::satisfies<Fun, true> const& p, Value const& v, Indexable const&) in apply()
240 struct predicate_check<predicates::spatial_predicate<Geometry, Tag, false>, value_tag> struct
242 typedef predicates::spatial_predicate<Geometry, Tag, false> Pred;
245 static inline bool apply(Pred const& p, Value const&, Indexable const& i) in apply()
253 struct predicate_check<predicates::spatial_predicate<Geometry, Tag, true>, value_tag> struct
255 typedef predicates::spatial_predicate<Geometry, Tag, true> Pred;
[all …]