Home
last modified time | relevance | path

Searched defs:predicates_check_impl (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.hpp626 struct predicates_check_impl struct
628 static const bool check = First < 1 && Last <= 1 && First <= Last;
632 static inline bool apply(Predicate const& p, Value const& v, Indexable const& i) in apply()
677 struct predicates_check_impl< struct
682 typedef boost::tuples::cons<Head, Tail> predicates_type;
684 static const unsigned pred_len = boost::tuples::length<predicates_type>::value;
685 static const bool check = First < pred_len && Last <= pred_len && First <= Last;
689 static inline bool apply(predicates_type const& p, Value const& v, Indexable const& i) in apply()