These iterator types are defined in the iterator header.
上述迭代器类型都在iterator头文件中定义.
互联网
There are five iterator categories: input, output, forward, bidirectional, and random access.
标准库定义了五种迭代器类别: 输入 、 输出 、 前向 、 双向和随机访问迭代器.
互联网
The iterator category is at least a forward iterator.
迭代器类别至少为前向迭代器.
互联网
This iterator adaptor caches the result of dereferencing the underlying iterator.
这个迭代器适配器缓存底层迭代器解引用的结果.
互联网
A type playing the role of iterator - type in the BidirectionalIterator concept.
在双向迭代器概念中担任迭代器类型角色的类型.
互联网
A type playing the role of iterator - type in the OutputIterator concept.
在输出迭代器概念中担任迭代器类型角色的类型.
互联网
Returns an iterator over the elements in this list in proper sequence.
以适当的顺序返回列表元素的迭代器.
互联网
Returns a list iterator of the elements in proper sequence.
以本来顺序返回列表元素的列表迭代器.
互联网
The input iterator moves on and is never stuck at the beginning.
输入迭代器向前移动,永远不会停留在开始处.
互联网
Imagine an iterator object as a kind of wrapper around our arrays.
把迭代器对象设想为一种数组的包装.
互联网
All of these make a copy of the iterator passed to them.
所有这些会对传给它们的迭代器复制一份拷贝.
互联网
Iterators: SPL offers some advanced iterator algorithms.
迭代器: SPL提供了一些高级的迭代器运算法则.
互联网
What is an Iterator?
什么是迭代器?
互联网
The library istream _ iterator type is an input iterator.
标准库istream_iterator类型输入迭代器.
互联网
The ostream _ iterator type is an output iterator.
标准库ostream_iterator类型输出迭代器.
互联网