STL入门之处理相反数 STL的基本组件容器(container)迭代器(iterator)函数对象(function object)算法(algorithms)在这里使用了 transform 函数实现了相反数的处理其中:transform现代码如下:template OutputIterator transform(InputIterator first, Inpu C++旅途 2023-06-09 68 点赞 1 评论 103 浏览