Home
last modified time | relevance | path

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

/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/
Dtest.pass.cpp22 struct for_each_test struct
24 for_each_test(int c) : count(c) {} in for_each_test() function
33 for_each_test f = std::for_each(input_iterator<int*>(ia), in main() argument