Home
last modified time | relevance | path

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

/third_party/boost/boost/compute/algorithm/detail/
Dcount_if_with_reduce.hpp44 struct countable_predicate struct
46 typedef ulong_ result_type;
48 countable_predicate(Predicate predicate) in countable_predicate() function
54 invoked_countable_predicate<Predicate, Arg> operator()(const Arg &arg) const in operator ()()
59 Predicate m_predicate;