#include <adobe/config.hpp>
#include <boost/bind.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <algorithm>
Go to the source code of this file.
| 
Namespaces | 
| namespace | adobe | 
| 
Functions | 
| template<class InputIterator , class UnaryFunction > | 
| void | for_each (InputIterator first, InputIterator last, UnaryFunction f) | 
| template<class InputRange , class UnaryFunction > | 
| void | for_each (const InputRange &range, UnaryFunction f) | 
| template<class InputRange , class UnaryFunction > | 
| void | for_each (InputRange &range, UnaryFunction f) |