sequences-intrinsic.rst

来自「Boost provides free peer-reviewed portab」· RST 代码 · 共 23 行

RST
23
字号
.. 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)The metafunctions that form the essential interface of sequence `classes`__documented in the corresponding |sequence concepts| are known as *intrinsic sequence operations*. They differ from generic |sequence algorithms| in that, in general, they need to be implemented from scratch for each new sequence class [#intrinsic]_. __ `label-Sequences-Classes`_It's worth noting that STL counterparts of these metafunctions are usually implemented as member functions... [#intrinsic] In practice, many of intrinsic metafunctions offer a    default implementation that will work in majority of cases, given    that you've implemented the core functionality they rely on (such    as |begin| / |end|).

⌨️ 快捷键说明

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