stlab.adobe.com Adobe Systems Incorporated

Functions

template<typename InputRange , typename OutputIterator >
OutputIterator partial_sum (const InputRange &range, OutputIterator result)
template<typename InputRange , typename OutputIterator , typename BinaryOperation >
OutputIterator partial_sum (const InputRange &range, OutputIterator result, BinaryOperation binary_op)
template<typename InputIterator , typename OutputIterator , typename BinaryOperation >
OutputIterator partial_sum (InputIterator first, InputIterator last, OutputIterator result, BinaryOperation binary_op)

Function Documentation

OutputIterator adobe::partial_sum ( const InputRange &  range,
OutputIterator  result 
)
See also:
STL documentation for partial_sum

Definition at line 205 of file numeric.hpp.

OutputIterator adobe::partial_sum ( const InputRange &  range,
OutputIterator  result,
BinaryOperation  binary_op 
)
See also:
STL documentation for partial_sum

Definition at line 228 of file numeric.hpp.

OutputIterator adobe::partial_sum ( InputIterator  first,
InputIterator  last,
OutputIterator  result,
BinaryOperation  binary_op 
)
See also:
STL documentation for partial_sum

Definition at line 216 of file numeric.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