Generic algorithms on sequences. More...
Go to the source code of this file.
Namespaces | |
namespace | claw |
This is the main namespace. | |
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. |
Generic algorithms on sequences.
Definition in file algorithm.hpp.