René's URL Explorer Experiment
go
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-introducer
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-introducer
lambda-declarator
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
compound-statement
https://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
template-parameter-list
https://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:template-parameter-list
requires-clause
https://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:requires-clause
lambda-declarator
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
compound-statement
https://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-capture
https://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-clause
https://timsong-cpp.github.io/cppwp/n4861/dcl.fct#nt:parameter-declaration-clause
decl-specifier-seq
https://timsong-cpp.github.io/cppwp/n4861/dcl.spec#nt:decl-specifier-seq
noexcept-specifier
https://timsong-cpp.github.io/cppwp/n4861/except.spec#nt:noexcept-specifier
attribute-specifier-seq
https://timsong-cpp.github.io/cppwp/n4861/dcl.attr.grammar#nt:attribute-specifier-seq
trailing-return-type
https://timsong-cpp.github.io/cppwp/n4861/dcl.decl#nt:trailing-return-type
requires-clause
https://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:requires-clause
1
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#1
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1544
lambda-expression
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#1.example-1
2
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#2
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1557
lambda-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
closure object
https://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
Note
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#2.note-1
function object
https://timsong-cpp.github.io/cppwp/n4861/function.objects
.
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#2.sentence-2
3
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#3
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1565
decl-specifier-seq
https://timsong-cpp.github.io/cppwp/n4861/dcl.spec#nt:decl-specifier-seq
lambda-declarator
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
decl-specifier
https://timsong-cpp.github.io/cppwp/n4861/dcl.spec#nt:decl-specifier
.
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#3.sentence-1
Note
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#3.note-1
requires-clause
https://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
4
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#4
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1573
lambda-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
lambda-declarator
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
lambda-declarator
https://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-type
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#4.example-1
5
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#5
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1590
generic lambda
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#def:generic_lambda
lambda-expression
https://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-list
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#5.example-1
7.5.5.1
https://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
1
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-1
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1604
lambda-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
closure type
https://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
2
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-2
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1610
lambda-expression
https://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
Note
https://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-declarator
https://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
aggregate
https://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
3
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-3
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1635
lambda-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
[over.call]
https://timsong-cpp.github.io/cppwp/n4861/over.call
lambda-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clause
https://timsong-cpp.github.io/cppwp/n4861/dcl.fct#nt:parameter-declaration-clause
trailing-return-type
https://timsong-cpp.github.io/cppwp/n4861/dcl.decl#nt:trailing-return-type
template-parameter-list
https://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:template-parameter-list
template-parameter-list
https://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-clause
https://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:requires-clause
requires-clause
https://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:requires-clause
template-parameter-list
https://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-clause
https://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:requires-clause
requires-clause
https://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:requires-clause
lambda-declarator
https://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
Note
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-3.example-1
4
https://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-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clause
https://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-specifier
https://timsong-cpp.github.io/cppwp/n4861/except.spec#nt:noexcept-specifier
lambda-expression
https://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-seq
https://timsong-cpp.github.io/cppwp/n4861/dcl.attr.grammar#nt:attribute-specifier-seq
lambda-declarator
https://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-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clause
https://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-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clause
https://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
Note
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-4.note-1
lambda-declarator
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
lambda-expression
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-4.example-1
5
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-5
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1712
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-5.example-1
6
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-6
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1740
Note
https://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-constraint
https://timsong-cpp.github.io/cppwp/n4861/temp.param#nt:type-constraint
requires-clause
https://timsong-cpp.github.io/cppwp/n4861/temp.pre#nt:requires-clause
requires-clause
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-6.example-1
7
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-7
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1762
lambda-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
lambda-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-capture
linkage
https://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
8
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-8
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1781
lambda-capture
https://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-specifier
https://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
9
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-9
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1791
Note
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-9.note-1
trailing-return-type
https://timsong-cpp.github.io/cppwp/n4861/dcl.decl#nt:trailing-return-type
trailing-return-type
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-9.example-1
10
https://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
Note
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-10.example-1
11
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-11
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1864
exception specification
https://timsong-cpp.github.io/cppwp/n4861/except.spec
.
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-11.sentence-1
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-11.example-1
12
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-12
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1881
lambda-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
compound-statement
https://timsong-cpp.github.io/cppwp/n4861/stmt.block#nt:compound-statement
function-body
https://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 lookup
https://timsong-cpp.github.io/cppwp/n4861/basic.lookup
this
https://timsong-cpp.github.io/cppwp/n4861/class.this
id-expression
https://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-statement
https://timsong-cpp.github.io/cppwp/n4861/stmt.block#nt:compound-statement
lambda-expression
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-12.example-1
compound-statement
https://timsong-cpp.github.io/cppwp/n4861/stmt.block#nt:compound-statement
lambda-expression
https://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
13
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-13
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1907
lambda-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
lambda-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
lambda-capture
https://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-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
lambda-capture
https://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
Note
https://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
14
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-14
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1921
lambda-expression
https://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
15
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#closure-15
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1925
explicitly instantiated
https://timsong-cpp.github.io/cppwp/n4861/temp.explicit
explicitly specialized
https://timsong-cpp.github.io/cppwp/n4861/temp.expl.spec
friend declaration
https://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.2
https://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-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
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
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
capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture
capture-list
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-list
capture
https://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-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
init-capture
https://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
identifier
https://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
identifier
https://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
identifier
https://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
initializer
https://timsong-cpp.github.io/cppwp/n4861/dcl.init#nt:initializer
identifier
https://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
initializer
https://timsong-cpp.github.io/cppwp/n4861/dcl.init#nt:initializer
1
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-1
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1972
lambda-expression
https://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
2
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-2
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L1978
lambda-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-capture
capture-default
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-default
simple-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
lambda-capture
https://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-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-capture
capture-default
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-default
simple-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
lambda-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-capture
identifier
https://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
.
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-2.sentence-2
Note
https://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
initializer
https://timsong-cpp.github.io/cppwp/n4861/dcl.init#nt:initializer
init-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
lambda-capture
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-2.example-1
3
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-3
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2012
lambda-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
capture-default
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:capture-default
simple-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
lambda-introducer
https://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
4
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-4
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2021
identifier
https://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
simple-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
unqualified name lookup
https://timsong-cpp.github.io/cppwp/n4861/basic.lookup.unqual
.
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-4.sentence-1
simple-capture
https://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-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
explicitly captured
https://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
5
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-5
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2031
identifier
https://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
simple-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:simple-capture
declarator-id
https://timsong-cpp.github.io/cppwp/n4861/dcl.decl#nt:declarator-id
lambda-declarator
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-declarator
parameter-declaration-clause
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-5.example-1
6
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-6
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2045
init-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
init-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
lambda-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
compound-statement
https://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
Note
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-6.note-1
init-capture
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-6.example-1
7
https://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-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.id#nt:id-expression
id-expression
https://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
Note
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.1.note-1
id-expression
https://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-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
simple-capture
https://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 captured
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#def:capture,implicit
lambda-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
capture-default
https://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-default
https://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
Example
https://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
Note
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-7.example-2
8
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-8
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2157
captured
https://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-expression
https://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-expression
https://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
Note
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-8.note-1
lambda-expression
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-8.example-1
9
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-9
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2214
Note
https://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-expression
https://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-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
init-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
initializer
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-9.example-1
10
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-10
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2241
captured by copy
https://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-default
https://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
identifier
https://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
identifier
https://timsong-cpp.github.io/cppwp/n4861/lex.name#nt:identifier
initializer
https://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
11
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-11
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2262
id-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.id#nt:id-expression
compound-statement
https://timsong-cpp.github.io/cppwp/n4861/stmt.block#nt:compound-statement
lambda-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
odr-use
https://timsong-cpp.github.io/cppwp/n4861/basic.def.odr
.
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-11.sentence-1
Note
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-11.note-1
id-expression
https://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-expression
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-11.example-1
12
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-12
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2290
captured by reference
https://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
Example
https://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
13
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-13
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2305
id-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.id#nt:id-expression
compound-statement
https://timsong-cpp.github.io/cppwp/n4861/stmt.block#nt:compound-statement
lambda-expression
https://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
Note
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-13.example-1
14
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-14
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2327
lambda-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
lambda-expression
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-14.example-1
lambda-expression
https://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
15
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-15
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2359
lambda-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
init-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
initializer
https://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
Note
https://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
16
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-16
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2371
Note
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-16.note-1
lambda-expression
https://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
17
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-17
#
https://github.com/cplusplus/draft/tree/ea10e25b784539f159580b58078ebe40f3179b20/source/expressions.tex#L2378
simple-capture
https://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-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
init-capture
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:init-capture
[temp.variadic]
https://timsong-cpp.github.io/cppwp/n4861/temp.variadic
lambda-expression
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#nt:lambda-expression
compound-statement
https://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
Example
https://timsong-cpp.github.io/cppwp/n4861/expr.prim.lambda#capture-17.example-1
URLs of
crawlers that visited me
.