Home
last modified time | relevance | path

Searched defs:filter_pred (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/range/adaptor/
Dfiltered.hpp98 filter(SinglePassRange& rng, Predicate filter_pred) in filter()
109 filter(const SinglePassRange& rng, Predicate filter_pred) in filter()
Dadjacent_filtered.hpp215 adjacent_filter(ForwardRng& rng, BinPredicate filter_pred) in adjacent_filter()
223 adjacent_filter(const ForwardRng& rng, BinPredicate filter_pred) in adjacent_filter()
/third_party/boost/libs/fusion/example/cookbook/
Ddo_the_bind.cpp163 struct filter_pred struct
165 template <class X> struct apply : is_placeholder<X> { };