stlab.adobe.com Adobe Systems Incorporated

Functions

template<class InputIterator , class OutputIterator , class UnaryOperation >
OutputIterator transform (InputIterator first, InputIterator last, OutputIterator result, UnaryOperation op)
template<class InputRange1 , class InputIterator2 , class OutputIterator , class BinaryOperation >
OutputIterator transform (const InputRange1 &range1, InputIterator2 first2, OutputIterator result, BinaryOperation binary_op)
template<class InputRange1 , class InputIterator2 , class OutputIterator , class BinaryOperation >
OutputIterator transform (InputRange1 &range1, InputIterator2 first2, OutputIterator result, BinaryOperation binary_op)
template<class InputIterator1 , class InputIterator2 , class OutputIterator , class BinaryOperation >
OutputIterator transform (InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, OutputIterator result, BinaryOperation binary_op)
template<class InputRange , class OutputIterator , class UnaryOperation >
OutputIterator transform (const InputRange &range, OutputIterator result, UnaryOperation op)
template<class InputRange , class OutputIterator , class UnaryOperation >
OutputIterator transform (InputRange &range, OutputIterator result, UnaryOperation op)

Detailed Description

See also:

Function Documentation

OutputIterator adobe::transform ( InputIterator  first,
InputIterator  last,
OutputIterator  result,
UnaryOperation  op 
)

transform implementation

Definition at line 39 of file transform.hpp.

OutputIterator adobe::transform ( const InputRange1 &  range1,
InputIterator2  first2,
OutputIterator  result,
BinaryOperation  binary_op 
)

transform implementation

Definition at line 100 of file transform.hpp.

OutputIterator adobe::transform ( InputRange1 &  range1,
InputIterator2  first2,
OutputIterator  result,
BinaryOperation  binary_op 
)

transform implementation

Definition at line 88 of file transform.hpp.

OutputIterator adobe::transform ( InputIterator1  first1,
InputIterator1  last1,
InputIterator2  first2,
OutputIterator  result,
BinaryOperation  binary_op 
)

transform implementation

Definition at line 75 of file transform.hpp.

OutputIterator adobe::transform ( const InputRange &  range,
OutputIterator  result,
UnaryOperation  op 
)

transform implementation

Definition at line 63 of file transform.hpp.

OutputIterator adobe::transform ( InputRange &  range,
OutputIterator  result,
UnaryOperation  op 
)

transform implementation

Definition at line 51 of file transform.hpp.

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google