René's URL Explorer Experiment


Title: [expr.prim.lambda.capture]

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.capture
[expr.prim.lambda]https://timsong-cpp.github.io/cppwp/expr.prim.lambda#capture
lambda-capture:https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:lambda-capture
capture-defaulthttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:capture-default
capture-listhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:capture-list
capture-defaulthttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:capture-default
capture-listhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:capture-list
capture-default:https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:capture-default
capture-list:https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:capture-list
capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:capture
capture-listhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:capture-list
capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:capture
capture:https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:capture
simple-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:simple-capture
init-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:init-capture
simple-capture:https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#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.capture#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.general#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.capture#nt:lambda-capture
capture-defaulthttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:capture-default
simple-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:simple-capture
lambda-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#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.capture#nt:lambda-capture
capture-defaulthttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:capture-default
simple-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:simple-capture
lambda-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#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.capture#nt:init-capture
lambda-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#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.general#nt:lambda-expression
capture-defaulthttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:capture-default
simple-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:simple-capture
lambda-introducerhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.general#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.capture#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.capture#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.capture#nt:simple-capture
explicitly capturedhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#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.capture#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.general#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.general#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.capture#nt:capture
capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#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.capture#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.general#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.capture#nt:init-capture
init-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#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.capture#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.general#nt:lambda-expression
simple-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#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.capture#def:capture,implicit
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.general#nt:lambda-expression
capture-defaulthttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#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.capture#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.capture#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.general#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.general#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.general#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.capture#:Bond,James_Bond
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.general#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.general#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.general#nt:lambda-expression
init-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#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.capture#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.capture#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.general#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.capture#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.general#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.general#nt:lambda-expression
lambda-expressionhttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.general#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.general#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.capture#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.general#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.general#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.capture#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.capture#nt:init-capture
init-capturehttps://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#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.