STL Iterators的意思|示意

美 / / 英 / /

STL迭代器


STL Iterators的网络常见释义

迭代器 STL Iterators(迭代器) istream_iterators (迭代器): 开始就读个元素,合理吗?

STL Iterators相关例句

If you understand algorithms, iterators, and containers, then you understand almost everything there is to know about the STL.

如果你了解算法,迭代器,容器,那么你基本上知道STL的一切。

In case you're not up on your STL, recall that for iterators the dereference operator returns the current object, so the line inside the for loop in the preceding snippet is equivalent to.

如果你对STL不熟悉,去看看有关迭代器反引用操作符的内容,它返回当前指向的对象,上面代码段中,for循环里的代码等同于。

Chapter 10, templates, explains class templates, containers and iterators, and introduces the STL library.

第10章,模板。解释类模板、容器和迭代器,介绍STL库。