iterator_adaptor_abstract.rst
来自「Boost provides free peer-reviewed portab」· RST 代码 · 共 20 行
RST
20 行
.. 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).. Version 1.1 of this ReStructuredText document corresponds to n1530_, the paper accepted by the LWG... Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. Each specialization of the ``iterator_adaptor`` class template is derived froma specialization of ``iterator_facade``. The core interface functionsexpected by ``iterator_facade`` are implemented in terms of the``iterator_adaptor``\ 's ``Base`` template parameter. A class derivedfrom ``iterator_adaptor`` typically redefines some of the coreinterface functions to adapt the behavior of the ``Base`` type.Whether the derived class models any of the standard iterator conceptsdepends on the operations supported by the ``Base`` type and whichcore interface functions of ``iterator_facade`` are redefined in the``Derived`` class.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?