2017年4月20日

摘要: STL(14)变动型算法 Modifying sequence operations: (修改容器操作) copy Copy range of elements (function template ) copy_n Copy elements (function template ) copy_i 阅读全文
posted @ 2017-04-20 18:59 zzdoit 阅读(385) 评论(0) 推荐(0) 编辑
摘要: STL (13) 非变动型算法 algorithm是“算法”必须的头文件。 Non-modifying sequence operations (非变动式算法):算法过后,容器内部数据不发生改变。 all_of Test condition on all elements in range (fun 阅读全文
posted @ 2017-04-20 18:59 zzdoit 阅读(303) 评论(0) 推荐(0) 编辑

导航