会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
CUCmehp
博客园
首页
新随笔
新文章
联系
订阅
管理
2009年5月5日
STL的适配器、仿函数学习之一:accumulate和for_each的使用心得
摘要: accumulate加头文件<numeric>for_each加头文件<algorithm>对于后者,大家可能熟悉一些。accumulate有两种格式,如下:格式1:template<class _InIt,class _Ty> inline_Ty accumulate(_InIt _First, _InIt _Last, _Ty _Val)格式2:templa...
阅读全文
posted @ 2009-05-05 23:10 CUCmehp(likesmiles)
阅读(933)
评论(0)
推荐(0)
编辑