Searched defs:unary_counting_predicate (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/test/support/
H A Dcounting_predicates.hpp15 struct unary_counting_predicate { struct
20 unary_counting_predicate(Predicate p) : p_(p), count_(0) {} function in struct:unary_counting_predicate
21 ~unary_counting_predicate() {}

Completed in 145 milliseconds