Searched refs:rEndValue (Results 1 – 1 of 1) sorted by relevance
51 template< typename ValueType > ValueType accumulate( const ValueType& rEndValue, in accumulate() argument55 return nRepeatCount*rEndValue + rCurrValue; in accumulate()
Completed in 30 milliseconds