⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iterators.rst

📁 C++的一个好库。。。现在很流行
💻 RST
字号:

Iterators are generic means of addressing a particular element or a range 
of sequential elements in a sequence. They are also a mechanism that makes
it possible to decouple `algorithms`__ from concrete compile-time `sequence 
implementations`__. Under the hood, all MPL sequence algorithms are 
implemented in terms of iterators. In particular, that means that they 
will work on any custom compile-time sequence, given that the appropriate 
iterator inteface is provided.

__ `Algorithms`_
__ `label-Sequences-Classes`_

.. Analogy with STL iterators?
.. More?

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -