C++11新增的一些便利的算法 上传者:宇 2021-02-01 17:09:40上传 PDF文件 49.35KB 热度 5次 c++11新增加了一些便利的算法,这些新增的算法使我们的代码写起来更简洁方便,这里仅仅列举一些常用的新增算法,算是做个总结,更多的新增算法读者可以参考http://en.cppreference.com/w/cpp/algorithm。 算法库新增了三个用于判断的算法all_of、any_of和none_of: template< class> bool all_of( InputIt first, InputIt last, UnaryPredicate p ); template< class Input 下载地址 用户评论 更多下载