stlab.adobe.com Adobe Systems Incorporated

adjacent_difference
[Numeric Algorithms]

Functions

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

Function Documentation

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

Definition at line 244 of file numeric.hpp.

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

Definition at line 267 of file numeric.hpp.

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

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