/home/ntakagi/work/STLport-5.1.5/stlport/stl/_numeric.c File Reference

#include <stl/_numeric.h>

Go to the source code of this file.

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)


Function Documentation

template<class _InputIterator, class _OutputIterator, class _Tp, class _BinaryOperation>
_OutputIterator __adjacent_difference ( _InputIterator  __first,
_InputIterator  __last,
_OutputIterator  __result,
_Tp *  ,
_BinaryOperation  __binary_op 
)

Definition at line 57 of file _numeric.c.

References _STLP_DEBUG_CHECK.

Referenced by adjacent_difference().

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 
)

Definition at line 40 of file _numeric.c.

References _STLP_DEBUG_CHECK.

Referenced by partial_sum().

template<class _Tp, class _Integer, class _MonoidOperation>
_Tp __power ( _Tp  __x,
_Integer  __n,
_MonoidOperation  __opr 
)

Definition at line 74 of file _numeric.c.

Referenced by __power(), power(), and rope< _CharT, _Alloc >::rope().



Generated on Mon Mar 10 15:32:49 2008 by  doxygen 1.5.1