stlab.adobe.com Adobe Systems Incorporated

Functions

template<typename InputRange , typename T >
accumulate (const InputRange &range, T init)
template<typename InputRange , typename T , typename BinaryOperation >
accumulate (const InputRange &range, T init, BinaryOperation binary_op)
template<typename InputIterator , typename T , typename BinaryOperation >
accumulate (InputIterator first, InputIterator last, T init, BinaryOperation binary_op)

Function Documentation

T adobe::accumulate ( const InputRange &  range,
init 
)
See also:
STL documentation for accumulate

Definition at line 123 of file numeric.hpp.

T adobe::accumulate ( const InputRange &  range,
init,
BinaryOperation  binary_op 
)
See also:
STL documentation for accumulate

Definition at line 145 of file numeric.hpp.

T adobe::accumulate ( InputIterator  first,
InputIterator  last,
init,
BinaryOperation  binary_op 
)
See also:
STL documentation for accumulate

Definition at line 134 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