|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stl/_numeric.h>

Go to the source code of this file.
Macros | |
| #define | _STLP_NUMERIC_C |
Functions | |
| template<class _InputIterator , class _OutputIterator , class _Tp , class _BinaryOperation > | |
| _STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE _OutputIterator | __partial_sum (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp *, _BinaryOperation __binary_op) |
| template<class _InputIterator , class _OutputIterator , class _Tp , class _BinaryOperation > | |
| _OutputIterator | __adjacent_difference (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp *, _BinaryOperation __binary_op) |
| template<class _Tp , class _Integer , class _MonoidOperation > | |
| _Tp | __power (_Tp __x, _Integer __n, _MonoidOperation __opr) |
| #define _STLP_NUMERIC_C |
Definition at line 27 of file _numeric.c.
| _OutputIterator __adjacent_difference | ( | _InputIterator | __first, |
| _InputIterator | __last, | ||
| _OutputIterator | __result, | ||
| _Tp * | , | ||
| _BinaryOperation | __binary_op | ||
| ) |
Definition at line 57 of file _numeric.c.
Referenced by adjacent_difference().
| _STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE _OutputIterator __partial_sum | ( | _InputIterator | __first, |
| _InputIterator | __last, | ||
| _OutputIterator | __result, | ||
| _Tp * | , | ||
| _BinaryOperation | __binary_op | ||
| ) |
Definition at line 40 of file _numeric.c.
Referenced by partial_sum().
| _Tp __power | ( | _Tp | __x, |
| _Integer | __n, | ||
| _MonoidOperation | __opr | ||
| ) |
Definition at line 74 of file _numeric.c.
Referenced by __power(), power(), powT(), and rope< _CharT, _Alloc >::rope().