Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches

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]

template<typename InputRange, typename OutputIterator>
OutputIterator adjacent_difference ( const InputRange & range,
OutputIterator result )
See also
STL documentation for adjacent_difference

Definition at line 226 of file numeric.hpp.

◆ adjacent_difference() [2/3]

template<typename InputIterator, typename OutputIterator, typename BinaryOperation>
OutputIterator adjacent_difference ( InputIterator first,
InputIterator last,
OutputIterator result,
BinaryOperation binary_op )
See also
STL documentation for adjacent_difference

Definition at line 236 of file numeric.hpp.

◆ adjacent_difference() [3/3]

template<typename InputRange, typename OutputIterator, typename BinaryOperation>
OutputIterator adjacent_difference ( const InputRange & range,
OutputIterator result,
BinaryOperation binary_op )
See also
STL documentation for adjacent_difference

Definition at line 248 of file numeric.hpp.