transform.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/
20 /*************************************************************************************************/
24 /*************************************************************************************************/
32 /*************************************************************************************************/
63 inline OutputIterator transform(const InputRange& range, OutputIterator result, UnaryOperation op)
74 template <class InputIterator1, class InputIterator2, class OutputIterator, class BinaryOperation>
75 inline OutputIterator transform(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2,
88 inline OutputIterator transform(InputRange1& range1, InputIterator2 first2, OutputIterator result,
106 /*************************************************************************************************/
|