Namespaces | Functions

algorithm.hpp File Reference

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.

Detailed Description

Generic algorithms on sequences.

Author:
Julien Jorge

Definition in file algorithm.hpp.