iterators.rst
来自「Boost provides free peer-reviewed portab」· RST 代码 · 共 20 行
RST
20 行
.. Copyright Aleksey Gurtovoy, David Abrahams 2007... Distributed under the Boost.. Software License, Version 1.0. (See accompanying.. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)Iterators are generic means of addressing a particular element or a range of sequential elements in a sequence. They are also a mechanism that makesit 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 + =
减小字号Ctrl + -
显示快捷键?