René's URL Explorer Experiment


Title: [expr.prim.lambda]

direct link

Domain: timsong-cpp.github.io

Links:

[expr]https://timsong-cpp.github.io/cppwp/n4861/#expr
[expr.prim]https://timsong-cpp.github.io/cppwp/n4861/expr.prim#lambda
lambda-expression:https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
lambda-introducerhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-introducer
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
compound-statementhttps://timsong-cpp.github.io/cppwp/n4861/stmt.block#nt:compound-statement
lambda-introducerhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-introducer
template-parameter-listhttps://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:template-parameter-list
requires-clausehttps://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:requires-clause
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
compound-statementhttps://timsong-cpp.github.io/cppwp/n4861/stmt.block#nt:compound-statement
lambda-introducer:https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-introducer
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-capture
lambda-declarator:https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/n4861/dcl.fct#nt:parameter-declaration-clause
decl-specifier-seqhttps://timsong-cpp.github.io/cppwp/n4861/dcl.spec#nt:decl-specifier-seq
noexcept-specifierhttps://timsong-cpp.github.io/cppwp/n4861/except.spec#nt:noexcept-specifier
attribute-specifier-seqhttps://timsong-cpp.github.io/cppwp/n4861/dcl.attr.grammar#nt:attribute-specifier-seq
trailing-return-typehttps://timsong-cpp.github.io/cppwp/n4861/dcl.decl#nt:trailing-return-type
requires-clausehttps://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:requires-clause
1https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#1
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1544
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#1.sentence-1
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#1.example-1
2https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#2
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1557
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
closure objecthttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#def:closure_object
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#2.sentence-1
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#2.note-1
function objecthttps://timsong-cpp.github.io/cppwp/n4861/function.objects
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#2.sentence-2
3https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#3
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1565
decl-specifier-seqhttps://timsong-cpp.github.io/cppwp/n4861/dcl.spec#nt:decl-specifier-seq
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
decl-specifierhttps://timsong-cpp.github.io/cppwp/n4861/dcl.spec#nt:decl-specifier
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#3.sentence-1
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#3.note-1
requires-clausehttps://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:requires-clause
[dcl.decl]https://timsong-cpp.github.io/cppwp/n4861/dcl.decl
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#3.sentence-2
4https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#4
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1573
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#4.sentence-1
trailing-return-typehttps://timsong-cpp.github.io/cppwp/n4861/dcl.decl#nt:trailing-return-type
[dcl.spec.auto]https://timsong-cpp.github.io/cppwp/n4861/dcl.spec.auto
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#4.sentence-2
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#4.example-1
5https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#5
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1590
generic lambdahttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#def:generic_lambda
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
[dcl.spec.auto]https://timsong-cpp.github.io/cppwp/n4861/dcl.spec.auto
template-parameter-listhttps://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:template-parameter-list
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#5.sentence-1
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#5.example-1
7.5.5.1https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure
[expr.prim.lambda.closure]https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda.closure
1https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-1
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1604
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
closure typehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#def:closure_type
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-1.sentence-1
2https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-2
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1610
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-2.sentence-1
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-2.note-1
[basic.lookup.argdep]https://timsong-cpp.github.io/cppwp/n4861/basic.lookup.argdep
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-2.sentence-2
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-2.sentence-3
aggregatehttps://timsong-cpp.github.io/cppwp/n4861/dcl.init.aggr#def:aggregate
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-2.sentence-4
(2.1)https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-2.1
(2.2)https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-2.2
[class.prop]https://timsong-cpp.github.io/cppwp/n4861/class.prop
(2.3)https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-2.3
[class.prop]https://timsong-cpp.github.io/cppwp/n4861/class.prop
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-2.sentence-5
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-2.sentence-6
3https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-3
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1635
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
[over.call]https://timsong-cpp.github.io/cppwp/n4861/over.call
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/n4861/dcl.fct#nt:parameter-declaration-clause
trailing-return-typehttps://timsong-cpp.github.io/cppwp/n4861/dcl.decl#nt:trailing-return-type
template-parameter-listhttps://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:template-parameter-list
template-parameter-listhttps://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:template-parameter-list
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-3.sentence-1
requires-clausehttps://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:requires-clause
requires-clausehttps://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:requires-clause
template-parameter-listhttps://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:template-parameter-list
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-3.sentence-2
requires-clausehttps://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:requires-clause
requires-clausehttps://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:requires-clause
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-3.sentence-3
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-3.note-1
[dcl.fct]https://timsong-cpp.github.io/cppwp/n4861/dcl.fct
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-3.sentence-4
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-3.example-1
4https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-4
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1676
[class.mfct.non-static]https://timsong-cpp.github.io/cppwp/n4861/class.mfct.non-static
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/n4861/dcl.fct#nt:parameter-declaration-clause
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-4.sentence-1
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-4.sentence-2
noexcept-specifierhttps://timsong-cpp.github.io/cppwp/n4861/except.spec#nt:noexcept-specifier
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-4.sentence-3
attribute-specifier-seqhttps://timsong-cpp.github.io/cppwp/n4861/dcl.attr.grammar#nt:attribute-specifier-seq
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-4.sentence-4
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/n4861/dcl.fct#nt:parameter-declaration-clause
[dcl.constexpr]https://timsong-cpp.github.io/cppwp/n4861/dcl.constexpr
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-4.sentence-5
[dcl.constexpr]https://timsong-cpp.github.io/cppwp/n4861/dcl.constexpr
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/n4861/dcl.fct#nt:parameter-declaration-clause
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-4.sentence-6
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-4.note-1
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-4.sentence-7
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-4.example-1
5https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-5
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1712
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-5.example-1
6https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-6
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1740
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-6.note-1
[temp.constr.decl]https://timsong-cpp.github.io/cppwp/n4861/temp.constr.decl
type-constrainthttps://timsong-cpp.github.io/cppwp/n4861/temp.param#nt:type-constraint
requires-clausehttps://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:requires-clause
requires-clausehttps://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:requires-clause
[dcl.decl]https://timsong-cpp.github.io/cppwp/n4861/dcl.decl
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-6.sentence-1
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-6.example-1
7https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-7
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1762
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-capture
linkagehttps://timsong-cpp.github.io/cppwp/n4861/dcl.link
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-7.sentence-1
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-7.sentence-2
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-7.sentence-3
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-7.sentence-4
8https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-8
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1781
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-capture
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-8.sentence-1
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-8.sentence-2
decltype-specifierhttps://timsong-cpp.github.io/cppwp/n4861/dcl.type.decltype#nt:decltype-specifier
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-8.sentence-3
9https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-9
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1791
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-9.note-1
trailing-return-typehttps://timsong-cpp.github.io/cppwp/n4861/dcl.decl#nt:trailing-return-type
trailing-return-typehttps://timsong-cpp.github.io/cppwp/n4861/dcl.decl#nt:trailing-return-type
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-9.sentence-1
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-9.sentence-2
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-9.example-1
10https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-10
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1842
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-10.sentence-1
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-10.sentence-2
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-10.note-1
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-10.sentence-3
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-10.sentence-4
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-10.example-1
11https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-11
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1864
exception specificationhttps://timsong-cpp.github.io/cppwp/n4861/except.spec
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-11.sentence-1
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-11.example-1
12https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-12
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1881
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
compound-statementhttps://timsong-cpp.github.io/cppwp/n4861/stmt.block#nt:compound-statement
function-bodyhttps://timsong-cpp.github.io/cppwp/n4861/dcl.fct.def.general#nt:function-body
[dcl.fct.def]https://timsong-cpp.github.io/cppwp/n4861/dcl.fct.def
name lookuphttps://timsong-cpp.github.io/cppwp/n4861/basic.lookup
thishttps://timsong-cpp.github.io/cppwp/n4861/class.this
id-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.id#nt:id-expression
[class.mfct.non-static]https://timsong-cpp.github.io/cppwp/n4861/class.mfct.non-static
compound-statementhttps://timsong-cpp.github.io/cppwp/n4861/stmt.block#nt:compound-statement
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-12.sentence-1
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-12.example-1
compound-statementhttps://timsong-cpp.github.io/cppwp/n4861/stmt.block#nt:compound-statement
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
[dcl.fct.def.general]https://timsong-cpp.github.io/cppwp/n4861/dcl.fct.def.general
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-12.sentence-2
13https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-13
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1907
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-capture
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-13.sentence-1
[class.copy.ctor]https://timsong-cpp.github.io/cppwp/n4861/class.copy.ctor
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-13.sentence-2
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-capture
[class.copy.assign]https://timsong-cpp.github.io/cppwp/n4861/class.copy.assign
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-13.sentence-3
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-13.note-1
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-13.sentence-4
14https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-14
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1921
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
[class.dtor]https://timsong-cpp.github.io/cppwp/n4861/class.dtor
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-14.sentence-1
15https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-15
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1925
explicitly instantiatedhttps://timsong-cpp.github.io/cppwp/n4861/temp.explicit
explicitly specializedhttps://timsong-cpp.github.io/cppwp/n4861/temp.expl.spec
friend declarationhttps://timsong-cpp.github.io/cppwp/n4861/class.friend
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-15.sentence-1
7.5.5.2https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture
[expr.prim.lambda.capture]https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda.capture
lambda-capture:https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-capture
capture-defaulthttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-default
capture-listhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-list
capture-defaulthttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-default
capture-listhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-list
capture-default:https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-default
capture-list:https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-list
capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture
capture-listhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-list
capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture
capture:https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture
simple-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
init-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
simple-capture:https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
identifierhttps://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
identifierhttps://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
init-capture:https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
identifierhttps://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
initializerhttps://timsong-cpp.github.io/cppwp/n4861/dcl.init#nt:initializer
identifierhttps://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
initializerhttps://timsong-cpp.github.io/cppwp/n4861/dcl.init#nt:initializer
1https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-1
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1972
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-1.sentence-1
2https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-2
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1978
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-capture
capture-defaulthttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-default
simple-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-capture
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-2.sentence-1
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-capture
capture-defaulthttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-default
simple-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-capture
identifierhttps://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-2.sentence-2
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-2.note-1
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-2.sentence-3
initializerhttps://timsong-cpp.github.io/cppwp/n4861/dcl.init#nt:initializer
init-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-capture
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-2.sentence-4
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-2.example-1
3https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-3
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2012
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
capture-defaulthttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-default
simple-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
lambda-introducerhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-introducer
[basic.scope.block]https://timsong-cpp.github.io/cppwp/n4861/basic.scope.block
[basic.scope.class]https://timsong-cpp.github.io/cppwp/n4861/basic.scope.class
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-3.sentence-1
4https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-4
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2021
identifierhttps://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
simple-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
unqualified name lookuphttps://timsong-cpp.github.io/cppwp/n4861/basic.lookup.unqual
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-4.sentence-1
simple-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-4.sentence-2
simple-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
explicitly capturedhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#def:explicitly_captured
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-4.sentence-3
5https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-5
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2031
identifierhttps://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
simple-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
declarator-idhttps://timsong-cpp.github.io/cppwp/n4861/dcl.decl#nt:declarator-id
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/n4861/dcl.fct#nt:parameter-declaration-clause
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-5.sentence-1
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-5.example-1
6https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-6
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2045
init-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
init-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
compound-statementhttps://timsong-cpp.github.io/cppwp/n4861/stmt.block#nt:compound-statement
(6.1)https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-6.1
(6.2)https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-6.2
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-6.sentence-1
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-6.note-1
init-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-6.sentence-2
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-6.example-1
7https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2077
(7.1)https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.1
id-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.id#nt:id-expression
id-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.id#nt:id-expression
[expr.unary.op]https://timsong-cpp.github.io/cppwp/n4861/expr.unary.op
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.1.sentence-1
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.1.note-1
id-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.id#nt:id-expression
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.1.sentence-2
(7.2)https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.2
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.2.sentence-1
(7.3)https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.3
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
simple-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.3.sentence-1
[expr.typeid]https://timsong-cpp.github.io/cppwp/n4861/expr.typeid
implicitly capturedhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#def:capture,implicit
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
capture-defaulthttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-default
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.sentence-2
capture-defaulthttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-default
[depr.capture.this]https://timsong-cpp.github.io/cppwp/n4861/depr.capture.this
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.sentence-3
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.example-1
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.sentence-4
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.note-2
[stmt.if]https://timsong-cpp.github.io/cppwp/n4861/stmt.if
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.sentence-5
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.example-2
8https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-8
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2157
capturedhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#def:captured
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-8.sentence-1
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
[basic.def.odr]https://timsong-cpp.github.io/cppwp/n4861/basic.def.odr
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-8.sentence-2
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-8.note-1
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
[basic.def.odr]https://timsong-cpp.github.io/cppwp/n4861/basic.def.odr
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-8.sentence-3
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-8.example-1
9https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-9
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2214
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-9.note-1
[basic.def.odr]https://timsong-cpp.github.io/cppwp/n4861/basic.def.odr
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-9.sentence-1
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
init-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
initializerhttps://timsong-cpp.github.io/cppwp/n4861/dcl.init#nt:initializer
[dcl.fct.default]https://timsong-cpp.github.io/cppwp/n4861/dcl.fct.default
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-9.sentence-2
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-9.example-1
10https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-10
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2241
captured by copyhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#def:captured,by_copy
(10.1)https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-10.1
capture-defaulthttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-default
(10.2)https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-10.2
identifierhttps://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
identifierhttps://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
initializerhttps://timsong-cpp.github.io/cppwp/n4861/dcl.init#nt:initializer
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-10.sentence-1
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-10.sentence-2
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-10.sentence-3
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-10.sentence-4
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-10.sentence-5
11https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-11
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2262
id-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.id#nt:id-expression
compound-statementhttps://timsong-cpp.github.io/cppwp/n4861/stmt.block#nt:compound-statement
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
odr-usehttps://timsong-cpp.github.io/cppwp/n4861/basic.def.odr
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-11.sentence-1
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-11.note-1
id-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.id#nt:id-expression
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-11.sentence-2
id-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.id#nt:id-expression
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-11.sentence-3
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-11.sentence-4
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-11.example-1
12https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-12
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2290
captured by referencehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#def:captured,by_reference
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-12.sentence-1
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-12.sentence-2
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-12.sentence-3
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-12.example-1
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-12.sentence-4
13https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-13
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2305
id-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.id#nt:id-expression
compound-statementhttps://timsong-cpp.github.io/cppwp/n4861/stmt.block#nt:compound-statement
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-13.sentence-1
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-13.note-1
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-13.sentence-2
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-13.example-1
14https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-14
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2327
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
(14.1)https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-14.1
(14.2)https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-14.2
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-14.sentence-1
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-14.example-1
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-14.sentence-2
15https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-15
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2359
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
init-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
initializerhttps://timsong-cpp.github.io/cppwp/n4861/dcl.init#nt:initializer
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-15.sentence-1
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-15.sentence-2
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-15.sentence-3
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-15.note-1
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-15.sentence-4
16https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-16
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2371
Notehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-16.note-1
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-16.sentence-1
17https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-17
#https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2378
simple-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
[temp.variadic]https://timsong-cpp.github.io/cppwp/n4861/temp.variadic
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-17.sentence-1
init-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
init-capturehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
[temp.variadic]https://timsong-cpp.github.io/cppwp/n4861/temp.variadic
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
compound-statementhttps://timsong-cpp.github.io/cppwp/n4861/stmt.block#nt:compound-statement
.https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-17.sentence-2
Examplehttps://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-17.example-1

URLs of crawlers that visited me.