René's URL Explorer Experiment


Title: [expr.prim.lambda]

direct link

Domain: timsong-cpp.github.io

Links:

[expr]https://timsong-cpp.github.io/cppwp/#expr
[expr.prim]https://timsong-cpp.github.io/cppwp/expr.prim#lambda
[expr.prim.lambda.general]https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general
[expr.prim.lambda.closure]https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure
[expr.prim.lambda.capture]https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture
7.5.6.1https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general
[expr.prim.lambda.general]https://timsong-cpp.github.io/cppwp/expr.prim.lambda.general
lambda-expression:https://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
lambda-introducerhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-introducer
attribute-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-specifier-seq
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-declarator
compound-statementhttps://timsong-cpp.github.io/cppwp/stmt.block#nt:compound-statement
lambda-introducerhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-introducer
template-parameter-listhttps://timsong-cpp.github.io/cppwp/temp.pre#nt:template-parameter-list
requires-clausehttps://timsong-cpp.github.io/cppwp/temp.pre#nt:requires-clause
attribute-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-specifier-seq
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-declarator
compound-statementhttps://timsong-cpp.github.io/cppwp/stmt.block#nt:compound-statement
lambda-introducer:https://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-introducer
lambda-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-capture
lambda-declarator:https://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-declarator
lambda-specifier-seqhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-specifier-seq
noexcept-specifierhttps://timsong-cpp.github.io/cppwp/except.spec#nt:noexcept-specifier
attribute-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-specifier-seq
trailing-return-typehttps://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:trailing-return-type
function-contract-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.contract.func#nt:function-contract-specifier-seq
noexcept-specifierhttps://timsong-cpp.github.io/cppwp/except.spec#nt:noexcept-specifier
attribute-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-specifier-seq
trailing-return-typehttps://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:trailing-return-type
function-contract-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.contract.func#nt:function-contract-specifier-seq
trailing-return-typehttps://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:trailing-return-type
function-contract-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.contract.func#nt:function-contract-specifier-seq
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration-clause
lambda-specifier-seqhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-specifier-seq
noexcept-specifierhttps://timsong-cpp.github.io/cppwp/except.spec#nt:noexcept-specifier
attribute-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-specifier-seq
trailing-return-typehttps://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:trailing-return-type
requires-clausehttps://timsong-cpp.github.io/cppwp/temp.pre#nt:requires-clause
function-contract-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.contract.func#nt:function-contract-specifier-seq
lambda-specifier:https://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-specifier
lambda-specifier-seq:https://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-specifier-seq
lambda-specifierhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-specifier
lambda-specifier-seqhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-specifier-seq
1https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2120
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-1.sentence-1
1https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-example-1
2https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2133
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
closure objecthttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#def:closure_object
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-2.sentence-1
1https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-note-1
function objecthttps://timsong-cpp.github.io/cppwp/function.objects
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-2.sentence-2
3https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2141
requires-clausehttps://timsong-cpp.github.io/cppwp/temp.pre#nt:requires-clause
attribute-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-specifier-seq
attribute-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-specifier-seq
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-3.sentence-1
attribute-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-specifier-seq
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-3.sentence-2
2https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-note-2
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-3.sentence-3
2https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-example-2
4https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2160
lambda-specifier-seqhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-specifier-seq
lambda-specifierhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-specifier
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-4.sentence-1
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-declarator
[dcl.fct]https://timsong-cpp.github.io/cppwp/dcl.fct
lambda-specifierhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-specifier
lambda-specifier-seqhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-specifier-seq
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-4.sentence-2
lambda-specifier-seqhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-specifier-seq
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-4.sentence-3
lambda-specifier-seqhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-specifier-seq
lambda-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-capture
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-4.sentence-4
3https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-note-3
requires-clausehttps://timsong-cpp.github.io/cppwp/temp.pre#nt:requires-clause
[dcl.decl]https://timsong-cpp.github.io/cppwp/dcl.decl
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-4.sentence-5
5https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2176
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration-clause
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration-clause
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-declarator
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-5.sentence-1
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-declarator
trailing-return-typehttps://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:trailing-return-type
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-5.sentence-2
4https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-note-4
[dcl.spec.auto]https://timsong-cpp.github.io/cppwp/dcl.spec.auto
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-5.sentence-3
3https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-example-3
braced-init-listhttps://timsong-cpp.github.io/cppwp/dcl.init.general#nt:braced-init-list
6https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2197
generic lambdahttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#def:generic_lambda
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
[dcl.spec.auto]https://timsong-cpp.github.io/cppwp/dcl.spec.auto
template-parameter-listhttps://timsong-cpp.github.io/cppwp/temp.pre#nt:template-parameter-list
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-6.sentence-1
4https://timsong-cpp.github.io/cppwp/expr.prim.lambda#general-example-4
7.5.6.2https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure
[expr.prim.lambda.closure]https://timsong-cpp.github.io/cppwp/expr.prim.lambda.closure
1https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2212
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
closure typehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#def:closure_type
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-1.sentence-1
2https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2218
compound-statementhttps://timsong-cpp.github.io/cppwp/stmt.block#nt:compound-statement
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-2.sentence-1
3https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2222
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-3.sentence-1
1https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-note-1
[basic.lookup.argdep]https://timsong-cpp.github.io/cppwp/basic.lookup.argdep
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-3.sentence-2
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-declarator
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-3.sentence-3
4https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2233
[dcl.init.aggr]https://timsong-cpp.github.io/cppwp/dcl.init.aggr
[class.pre]https://timsong-cpp.github.io/cppwp/class.pre
[temp.param]https://timsong-cpp.github.io/cppwp/temp.param#term.structural.type
lambda-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-capture
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-4.sentence-1
(4.1)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-4.1
(4.2)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-4.2
[class.prop]https://timsong-cpp.github.io/cppwp/class.prop
(4.3)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-4.3
[class.prop]https://timsong-cpp.github.io/cppwp/class.prop
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-4.sentence-2
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-4.sentence-3
5https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2250
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
[over.call]https://timsong-cpp.github.io/cppwp/over.call
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration-clause
trailing-return-typehttps://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:trailing-return-type
template-parameter-listhttps://timsong-cpp.github.io/cppwp/temp.pre#nt:template-parameter-list
template-parameter-listhttps://timsong-cpp.github.io/cppwp/temp.pre#nt:template-parameter-list
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-5.sentence-1
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-5.sentence-2
requires-clausehttps://timsong-cpp.github.io/cppwp/temp.pre#nt:requires-clause
requires-clausehttps://timsong-cpp.github.io/cppwp/temp.pre#nt:requires-clause
template-parameter-listhttps://timsong-cpp.github.io/cppwp/temp.pre#nt:template-parameter-list
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-5.sentence-3
requires-clausehttps://timsong-cpp.github.io/cppwp/temp.pre#nt:requires-clause
requires-clausehttps://timsong-cpp.github.io/cppwp/temp.pre#nt:requires-clause
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-declarator
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-5.sentence-4
2https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-note-2
[dcl.fct]https://timsong-cpp.github.io/cppwp/dcl.fct
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-5.sentence-5
1https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-example-1
6https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2298
lambda-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-capture
(6.1)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-6.1
(6.2)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-6.2
(6.3)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-6.3
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-6.sentence-1
2https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-example-2
7https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2327
[class.static.mfct]https://timsong-cpp.github.io/cppwp/class.static.mfct
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration-clause
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-7.sentence-1
[class.mfct.non.static]https://timsong-cpp.github.io/cppwp/class.mfct.non.static
[class.mfct.non.static]https://timsong-cpp.github.io/cppwp/class.mfct.non.static
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration-clause
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-declarator
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-7.sentence-2
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-7.sentence-3
noexcept-specifierhttps://timsong-cpp.github.io/cppwp/except.spec#nt:noexcept-specifier
function-contract-specifierhttps://timsong-cpp.github.io/cppwp/dcl.contract.func#nt:function-contract-specifier
[dcl.contract.func]https://timsong-cpp.github.io/cppwp/dcl.contract.func
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-7.sentence-4
attribute-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-specifier-seq
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-declarator
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-7.sentence-5
attribute-specifier-seqhttps://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-specifier-seq
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-declarator
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-7.sentence-6
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration-clause
[dcl.constexpr]https://timsong-cpp.github.io/cppwp/dcl.constexpr
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-7.sentence-7
[dcl.constexpr]https://timsong-cpp.github.io/cppwp/dcl.constexpr
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration-clause
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-7.sentence-8
3https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-example-3
8https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2371
4https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-example-4
9https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2399
3https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-note-3
[temp.constr.decl]https://timsong-cpp.github.io/cppwp/temp.constr.decl
type-constrainthttps://timsong-cpp.github.io/cppwp/temp.param#nt:type-constraint
[temp.param]https://timsong-cpp.github.io/cppwp/temp.param
requires-clausehttps://timsong-cpp.github.io/cppwp/temp.pre#nt:requires-clause
[temp.pre]https://timsong-cpp.github.io/cppwp/temp.pre
requires-clausehttps://timsong-cpp.github.io/cppwp/temp.pre#nt:requires-clause
[dcl.decl]https://timsong-cpp.github.io/cppwp/dcl.decl
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-9.sentence-1
5https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-example-5
type-constrainthttps://timsong-cpp.github.io/cppwp/temp.param#nt:type-constraint
requires-clausehttps://timsong-cpp.github.io/cppwp/temp.pre#nt:requires-clause
requires-clausehttps://timsong-cpp.github.io/cppwp/temp.pre#nt:requires-clause
10https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2421
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
[dcl.contract.func]https://timsong-cpp.github.io/cppwp/dcl.contract.func
assertion-statementhttps://timsong-cpp.github.io/cppwp/stmt.contract.assert#nt:assertion-statement
[stmt.contract.assert]https://timsong-cpp.github.io/cppwp/stmt.contract.assert
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-10.sentence-1
4https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-note-4
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-10.sentence-2
6https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-example-6
11https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2466
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
lambda-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-capture
[dcl.fct]https://timsong-cpp.github.io/cppwp/dcl.fct
linkagehttps://timsong-cpp.github.io/cppwp/dcl.link
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-11.sentence-1
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-11.sentence-2
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-11.sentence-3
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-11.sentence-4
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-11.sentence-5
12https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2489
lambda-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-capture
[dcl.fct]https://timsong-cpp.github.io/cppwp/dcl.fct
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-12.sentence-1
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-12.sentence-2
decltype-specifierhttps://timsong-cpp.github.io/cppwp/dcl.type.decltype#nt:decltype-specifier
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-12.sentence-3
13https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2501
5https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-note-5
trailing-return-typehttps://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:trailing-return-type
trailing-return-typehttps://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:trailing-return-type
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-13.sentence-1
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-13.sentence-2
7https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-example-7
14https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2552
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-14.sentence-1
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-14.sentence-2
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-14.sentence-3
6https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-note-6
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-14.sentence-4
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-14.sentence-5
8https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-example-8
15https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-15
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2579
exception specificationhttps://timsong-cpp.github.io/cppwp/except.spec
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-15.sentence-1
9https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-example-9
16https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-16
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2596
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
compound-statementhttps://timsong-cpp.github.io/cppwp/stmt.block#nt:compound-statement
function-bodyhttps://timsong-cpp.github.io/cppwp/dcl.fct.def.general#nt:function-body
[dcl.fct.def]https://timsong-cpp.github.io/cppwp/dcl.fct.def
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-16.sentence-1
10https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-example-10
compound-statementhttps://timsong-cpp.github.io/cppwp/stmt.block#nt:compound-statement
consteval-block-declarationhttps://timsong-cpp.github.io/cppwp/dcl.pre#nt:consteval-block-declaration
[dcl.pre]https://timsong-cpp.github.io/cppwp/dcl.pre
compound-statementhttps://timsong-cpp.github.io/cppwp/stmt.block#nt:compound-statement
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
[dcl.fct.def.general]https://timsong-cpp.github.io/cppwp/dcl.fct.def.general
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-16.sentence-2
17https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-17
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2620
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
lambda-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-capture
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-17.sentence-1
[class.copy.ctor]https://timsong-cpp.github.io/cppwp/class.copy.ctor
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-17.sentence-2
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
lambda-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-capture
[class.copy.assign]https://timsong-cpp.github.io/cppwp/class.copy.assign
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-17.sentence-3
7https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-note-7
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-17.sentence-4
18https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-18
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2634
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
[class.dtor]https://timsong-cpp.github.io/cppwp/class.dtor
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-18.sentence-1
19https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-19
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2638
explicitly instantiatedhttps://timsong-cpp.github.io/cppwp/temp.explicit
explicitly specializedhttps://timsong-cpp.github.io/cppwp/temp.expl.spec
friend declarationhttps://timsong-cpp.github.io/cppwp/class.friend
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#closure-19.sentence-1
7.5.6.3https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture
[expr.prim.lambda.capture]https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture
lambda-capture:https://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-capture
capture-defaulthttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture-default
capture-listhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture-list
capture-defaulthttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture-default
capture-listhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture-list
capture-default:https://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture-default
capture-list:https://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture-list
capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture
capture-listhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture-list
capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture
capture:https://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture
simple-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:simple-capture
init-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:init-capture
simple-capture:https://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:simple-capture
identifierhttps://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
identifierhttps://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
init-capture:https://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:init-capture
identifierhttps://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
initializerhttps://timsong-cpp.github.io/cppwp/dcl.init.general#nt:initializer
identifierhttps://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
initializerhttps://timsong-cpp.github.io/cppwp/dcl.init.general#nt:initializer
1https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2685
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-1.sentence-1
2https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2690
lambda-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-capture
capture-defaulthttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture-default
simple-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:simple-capture
lambda-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-capture
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-2.sentence-1
lambda-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-capture
capture-defaulthttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture-default
simple-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:simple-capture
lambda-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-capture
identifierhttps://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-2.sentence-2
1https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-note-1
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-2.sentence-3
initializerhttps://timsong-cpp.github.io/cppwp/dcl.init.general#nt:initializer
init-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:init-capture
lambda-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-capture
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-2.sentence-4
1https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-example-1
3https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2724
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
capture-defaulthttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture-default
simple-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:simple-capture
lambda-introducerhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-introducer
(3.1)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-3.1
[basic.scope.block]https://timsong-cpp.github.io/cppwp/basic.scope.block
(3.2)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-3.2
[basic.scope.class]https://timsong-cpp.github.io/cppwp/basic.scope.class
(3.3)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-3.3
[basic.scope.contract]https://timsong-cpp.github.io/cppwp/basic.scope.contract
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-3.sentence-1
4https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2742
identifierhttps://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
simple-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:simple-capture
[basic.lookup.unqual]https://timsong-cpp.github.io/cppwp/basic.lookup.unqual
[basic.pre]https://timsong-cpp.github.io/cppwp/basic.pre
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-4.sentence-1
simple-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:simple-capture
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-4.sentence-2
simple-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:simple-capture
explicitly capturedhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#def:explicitly_captured
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-4.sentence-3
5https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2751
identifierhttps://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture
declarator-idhttps://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:declarator-id
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-declarator
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration-clause
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
template-parameter-listhttps://timsong-cpp.github.io/cppwp/temp.pre#nt:template-parameter-list
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-5.sentence-1
2https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-example-2
capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture
capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture
6https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2769
init-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:init-capture
[basic.scope.lambda]https://timsong-cpp.github.io/cppwp/basic.scope.lambda
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-6.sentence-1
init-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:init-capture
init-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:init-capture
(6.1)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-6.1
(6.2)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-6.2
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-6.sentence-2
2https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-note-2
init-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:init-capture
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-6.sentence-3
3https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-example-3
7https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2805
(7.1)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-7.1
id-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
id-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
[expr.unary.op]https://timsong-cpp.github.io/cppwp/expr.unary.op
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-7.1.sentence-1
3https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-note-3
id-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-7.1.sentence-2
(7.2)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-7.2
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-7.2.sentence-1
(7.3)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-7.3
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
simple-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:simple-capture
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-7.3.sentence-1
[basic.def.odr]https://timsong-cpp.github.io/cppwp/basic.def.odr
[expr.typeid]https://timsong-cpp.github.io/cppwp/expr.typeid
implicitly capturedhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#def:capture,implicit
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
capture-defaulthttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture-default
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-7.sentence-2
capture-defaulthttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture-default
[depr.capture.this]https://timsong-cpp.github.io/cppwp/depr.capture.this
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-7.sentence-3
4https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-example-4
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-7.sentence-4
4https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-note-4
[stmt.if]https://timsong-cpp.github.io/cppwp/stmt.if
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-7.sentence-5
5https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-example-5
8https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2884
capturedhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#def:captured
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-8.sentence-1
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
[basic.def.odr]https://timsong-cpp.github.io/cppwp/basic.def.odr#term.odr.use
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-8.sentence-2
5https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-note-5
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
[basic.def.odr]https://timsong-cpp.github.io/cppwp/basic.def.odr
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-8.sentence-3
6https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-example-6
🔗https://timsong-cpp.github.io/cppwp/expr.prim.lambda#:Bond,James_Bond
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
9https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2941
6https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-note-6
[basic.def.odr]https://timsong-cpp.github.io/cppwp/basic.def.odr
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-9.sentence-1
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
init-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:init-capture
initializerhttps://timsong-cpp.github.io/cppwp/dcl.init.general#nt:initializer
[dcl.fct.default]https://timsong-cpp.github.io/cppwp/dcl.fct.default
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-9.sentence-2
7https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-example-7
10https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2968
captured by copyhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#def:captured,by_copy
(10.1)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-10.1
capture-defaulthttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:capture-default
(10.2)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-10.2
identifierhttps://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
identifierhttps://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
initializerhttps://timsong-cpp.github.io/cppwp/dcl.init.general#nt:initializer
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-10.sentence-1
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-10.sentence-2
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-10.sentence-3
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-10.sentence-4
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-10.sentence-5
11https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L2989
id-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
compound-statementhttps://timsong-cpp.github.io/cppwp/stmt.block#nt:compound-statement
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
[basic.def.odr]https://timsong-cpp.github.io/cppwp/basic.def.odr#term.odr.use
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-11.sentence-1
7https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-note-7
id-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-11.sentence-2
id-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-11.sentence-3
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-11.sentence-4
8https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-example-8
12https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L3017
captured by referencehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#def:captured,by_reference
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-12.sentence-1
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-12.sentence-2
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-12.sentence-3
9https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-example-9
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-12.sentence-4
13https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L3032
id-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
compound-statementhttps://timsong-cpp.github.io/cppwp/stmt.block#nt:compound-statement
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-13.sentence-1
8https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-note-8
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-13.sentence-2
10https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-example-10
14https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L3054
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
(14.1)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-14.1
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-14.1.sentence-1
(14.2)https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-14.2
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-14.2.sentence-1
11https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-example-11
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-14.sentence-2
15https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-15
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L3087
init-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:init-capture
initializerhttps://timsong-cpp.github.io/cppwp/dcl.init.general#nt:initializer
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-15.sentence-1
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-15.sentence-2
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-15.sentence-3
9https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-note-9
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-15.sentence-4
16https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-16
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L3100
10https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-note-10
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-16.sentence-1
17https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-17
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L3107
simple-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:simple-capture
[temp.variadic]https://timsong-cpp.github.io/cppwp/temp.variadic
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-17.sentence-1
init-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:init-capture
init-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda#nt:init-capture
[temp.variadic]https://timsong-cpp.github.io/cppwp/temp.variadic
.https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-17.sentence-2
12https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture-example-12

URLs of crawlers that visited me.