stlab.adobe.com Adobe Systems Incorporated

Functions

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

Detailed Description

Function Documentation

§ adjacent_difference() [1/3]

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

Definition at line 244 of file numeric.hpp.

§ adjacent_difference() [2/3]

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.

§ adjacent_difference() [3/3]

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.

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