📄 lambdaexpression.rst
字号:
.. Metafunctions/Concepts//Lambda Expression |30.. 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)Lambda Expression=================Description-----------A |Lambda Expression| is a compile-time invocable entity in either of the following twoforms:* |Metafunction Class|* |Placeholder Expression|Most of the MPL components accept either of those, and the conceptgives us a consice way to describe these requirements.Expression requirements-----------------------See corresponding |Metafunction Class| and |Placeholder Expression| specifications.Models------* |always|* |unpack_args|* ``plus<_, int_<2> >``* ``if_< less<_1, int_<7> >, plus<_1,_2>, _1 >``See also--------|Metafunctions|, |Placeholders|, |apply|, |lambda|
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -