Searched defs:predicates_check_impl (Results 1 – 1 of 1) sorted by relevance
626 struct predicates_check_impl struct628 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< struct682 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()