iterator造句
These
iterator types are defined in the
iterator header.
上述迭代器类型都在
iterator头文件中定义.
The
iterator category is at least a forward
iterator.
迭代器类别至少为前向迭代器.
When we assign through an insert
iterator, the
iterator inserts a new element.
当我们通过inserter迭代器赋值时, 迭代器插入新的元素.
This
iterator adaptor caches the result of dereferencing the underlying
iterator.
这个迭代器适配器缓存底层迭代器解引用的结果.
There are five
iterator categories: input, output, forward, bidirectional, and random access.
标准库定义了五种迭代器类别: 输入 、 输出 、 前向 、 双向和随机访问迭代器.