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

📄 sequences-intrinsic.rst

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

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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -