📄 terminology.rst
字号:
.. _`Overloaded name`:
Overloaded name
Overloaded name is a term used in this reference documentation to designate
a metafunction providing more than one public interface. In reality,
class template overloading is nonexistent and the referenced functionality
is implemented by other, unspecified, means.
.. |overloaded name| replace:: `overloaded name`__
__ `Overloaded name`_
.. _`Concept-identical`:
Concept-identical
A sequence ``s1`` is said to be concept-identical to a sequence ``s2`` if
``s1`` and ``s2`` model the exact same set of concepts.
.. _`Bind expression`:
Bind expression
A bind expression is simply that |--| an instantiation of one of the |bind|
class templates. For instance, these are all bind expressions::
bind< quote3<if_>, _1,int,long >
bind< _1, bind< plus<>, int_<5>, _2> >
bind< times<>, int_<2>, int_<2> >
and these are not::
if_< _1, bind< plus<>, int_<5>, _2>, _2 >
protect< bind< quote3<if_>, _1,int,long > >
_2
.. |bind expression| replace:: `bind expression`__
__ `Bind expression`_
.. |concept-identical| replace:: `concept-identical`__
__ `Concept-identical`_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -