Definition in file algorithm.hpp.
Go to the source code of this file.
Namespaces | |
namespace | claw |
Functions | |
template<typename InputIterator, typename UnaryFunction> | |
UnaryFunction | claw::inplace_for_each (InputIterator first, InputIterator last, UnaryFunction f) |
Apply an unary function to all members of a sequence. |