Searched defs:filter_pred (Results 1 – 3 of 3) sorted by relevance
98 filter(SinglePassRange& rng, Predicate filter_pred) in filter()109 filter(const SinglePassRange& rng, Predicate filter_pred) in filter()
215 adjacent_filter(ForwardRng& rng, BinPredicate filter_pred) in adjacent_filter()223 adjacent_filter(const ForwardRng& rng, BinPredicate filter_pred) in adjacent_filter()
163 struct filter_pred struct165 template <class X> struct apply : is_placeholder<X> { };