for_each_position.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/ 20 /*************************************************************************************************/ 24 /*************************************************************************************************/ 36 /*************************************************************************************************/ 40 /*************************************************************************************************/ 52 /*************************************************************************************************/ 56 /*************************************************************************************************/ 90 /*************************************************************************************************/ 94 /*************************************************************************************************/ 98 /*************************************************************************************************/ void for_each_position(InputIterator first, InputIterator last, UnaryFunction f) for_each_position implementation Definition: for_each_position.hpp:63 Definition: functional.hpp:26 void for_each_position(const InputRange &range, UnaryFunction f) for_each_position implementation Definition: for_each_position.hpp:85 |