|
TuttleOFX
1
|


Go to the source code of this file.
Namespaces | |
| namespace | terry |
| namespace | terry::algorithm |
Functions | |
| template<typename Iterator1 , typename Iterator2 , typename BinaryFunction > | |
| GIL_FORCEINLINE BinaryFunction | terry::algorithm::for_each (Iterator1 first1, Iterator1 last1, Iterator2 first2, BinaryFunction f) |
| std::for_each for a pair of iterators | |