Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
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) |
for_each implementation | |
template<class InputRange, class UnaryFunction> | |
void | for_each (InputRange &range, UnaryFunction f) |
for_each implementation | |
template<class InputRange, class UnaryFunction> | |
void | for_each (const InputRange &range, UnaryFunction f) |
for_each implementation |