摘要:
equalCompares two ranges element by element either for equality or equivalence in a sense specified by a binary predicate.template<class InputIterator1, class InputIterator2> bool equal( InputIterator1 _First1, InputIterator1 _Last1, InputIterator2 _First2 );template<class Input... 阅读全文
posted @ 2013-03-06 19:42
freewater
阅读(343)
评论(0)
推荐(0)
摘要:
<numeric>:Defines container template functions that perform algorithms provided for numerical processing.accumulateComputes the sum of all the elements in a specified range including some initial value by computing successive partial sums or computes the result of successive partial results si 阅读全文
posted @ 2013-03-06 19:26
freewater
阅读(1255)
评论(0)
推荐(0)