Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
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) |
OutputIterator adjacent_difference | ( | const InputRange & | range, |
OutputIterator | result ) |
Definition at line 226 of file numeric.hpp.
OutputIterator adjacent_difference | ( | InputIterator | first, |
InputIterator | last, | ||
OutputIterator | result, | ||
BinaryOperation | binary_op ) |
Definition at line 236 of file numeric.hpp.
OutputIterator adjacent_difference | ( | const InputRange & | range, |
OutputIterator | result, | ||
BinaryOperation | binary_op ) |
Definition at line 248 of file numeric.hpp.