Home
last modified time | relevance | path

Searched refs:equal2 (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
Dremove_if.pass.cpp28 bool equal2 ( int i ) { return i == 2; } in equal2() function
37 unary_counting_predicate<bool(*)(int), int> cp(equal2); in test()