for_each.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/
20 /*************************************************************************************************/
24 /*************************************************************************************************/
34 /*************************************************************************************************/
68 /*************************************************************************************************/
72 /*************************************************************************************************/
76 /*************************************************************************************************/
void for_each(InputIterator first, InputIterator last, UnaryFunction f) for_each implementation Definition: for_each.hpp:41 Definition: functional.hpp:26 void for_each(const InputRange &range, UnaryFunction f) for_each implementation Definition: for_each.hpp:63 |