摘要:
1 InputIterator 可以被用来读取容器中的元素但是不保证支持向容器的写入操作InputIterator 必须提供下列最小支持提供其他支持的iterator 也可被用作InputIterator 只要它们满足这个最小要求集两个iterator 的相等和不相等测试通过operator ++ 的前置和后置实例向前递增iterator 指向下一个元素通过解引用操作符operator * 读取一... 阅读全文
摘要:
find Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->template ForwardIteratorfind( ForwardIterator first, ForwardIterator last, Type value ) find返回一个迭... 阅读全文