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_position (InputIterator first, InputIterator last, UnaryFunction f) |
for_each_position implementation | |
template<class InputRange, class UnaryFunction> | |
void | for_each_position (InputRange &range, UnaryFunction f) |
for_each_position implementation | |
template<class InputRange, class UnaryFunction> | |
void | for_each_position (const InputRange &range, UnaryFunction f) |
for_each_position implementation |