René's URL Explorer Experiment


Title: [expr.prim]

direct link

Domain: timsong-cpp.github.io

Links:

[expr]https://timsong-cpp.github.io/cppwp/n4659/#expr
literalhttps://timsong-cpp.github.io/cppwp/n4659/lex.literal.kinds#nt:literal
expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.comma#nt:expression
id-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id#nt:id-expression
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
fold-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.fold#nt:fold-expression
8.1.1https://timsong-cpp.github.io/cppwp/n4659/expr.prim#literal
[expr.prim.literal]https://timsong-cpp.github.io/cppwp/n4659/expr.prim.literal
1https://timsong-cpp.github.io/cppwp/n4659/expr.prim#literal-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L352
literalhttps://timsong-cpp.github.io/cppwp/n4659/lex.literal.kinds#nt:literal
formhttps://timsong-cpp.github.io/cppwp/n4659/lex.literal
8.1.2https://timsong-cpp.github.io/cppwp/n4659/expr.prim#this
[expr.prim.this]https://timsong-cpp.github.io/cppwp/n4659/expr.prim.this
1https://timsong-cpp.github.io/cppwp/n4659/expr.prim#this-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L363
thishttps://timsong-cpp.github.io/cppwp/n4659/class.this
[class.mem]https://timsong-cpp.github.io/cppwp/n4659/class.mem
2https://timsong-cpp.github.io/cppwp/n4659/expr.prim#this-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L369
cv-qualifier-seqhttps://timsong-cpp.github.io/cppwp/n4659/dcl.decl#nt:cv-qualifier-seq
cv-qualifier-seqhttps://timsong-cpp.github.io/cppwp/n4659/dcl.decl#nt:cv-qualifier-seq
function-definitionhttps://timsong-cpp.github.io/cppwp/n4659/dcl.fct.def.general#nt:function-definition
member-declaratorhttps://timsong-cpp.github.io/cppwp/n4659/class.mem#nt:member-declarator
declaratorhttps://timsong-cpp.github.io/cppwp/n4659/dcl.decl#nt:declarator
cv-qualifier-seqhttps://timsong-cpp.github.io/cppwp/n4659/dcl.decl#nt:cv-qualifier-seq
class member accesshttps://timsong-cpp.github.io/cppwp/n4659/expr.ref
3https://timsong-cpp.github.io/cppwp/n4659/expr.prim#this-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L395
member-declaratorhttps://timsong-cpp.github.io/cppwp/n4659/class.mem#nt:member-declarator
data memberhttps://timsong-cpp.github.io/cppwp/n4659/class.mem
default member initializerhttps://timsong-cpp.github.io/cppwp/n4659/class.mem#def:default_member_initializer
member-declaratorhttps://timsong-cpp.github.io/cppwp/n4659/class.mem#nt:member-declarator
4https://timsong-cpp.github.io/cppwp/n4659/expr.prim#this-4
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L402
8.1.3https://timsong-cpp.github.io/cppwp/n4659/expr.prim#paren
[expr.prim.paren]https://timsong-cpp.github.io/cppwp/n4659/expr.prim.paren
1https://timsong-cpp.github.io/cppwp/n4659/expr.prim#paren-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L423
8.1.4https://timsong-cpp.github.io/cppwp/n4659/expr.prim#id
[expr.prim.id]https://timsong-cpp.github.io/cppwp/n4659/expr.prim.id
unqualified-idhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.unqual#nt:unqualified-id
qualified-idhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:qualified-id
1https://timsong-cpp.github.io/cppwp/n4659/expr.prim#id-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L439
id-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id#nt:id-expression
primary-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim#nt:primary-expression
id-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id#nt:id-expression
. and -> operatorshttps://timsong-cpp.github.io/cppwp/n4659/expr.ref
2https://timsong-cpp.github.io/cppwp/n4659/expr.prim#id-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L449
id-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id#nt:id-expression
(2.1)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#id-2.1
class member accesshttps://timsong-cpp.github.io/cppwp/n4659/expr.ref
65https://timsong-cpp.github.io/cppwp/n4659/expr.prim#footnote-65
(2.2)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#id-2.2
[expr.unary.op]https://timsong-cpp.github.io/cppwp/n4659/expr.unary.op
(2.3)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#id-2.3
id-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id#nt:id-expression
65)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#footnote-65
[class.mfct.non-static]https://timsong-cpp.github.io/cppwp/n4659/class.mfct.non-static
8.1.4.1https://timsong-cpp.github.io/cppwp/n4659/expr.prim#id.unqual
[expr.prim.id.unqual]https://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.unqual
identifierhttps://timsong-cpp.github.io/cppwp/n4659/lex.name#nt:identifier
operator-function-idhttps://timsong-cpp.github.io/cppwp/n4659/over.oper#nt:operator-function-id
conversion-function-idhttps://timsong-cpp.github.io/cppwp/n4659/class.conv.fct#nt:conversion-function-id
literal-operator-idhttps://timsong-cpp.github.io/cppwp/n4659/over.literal#nt:literal-operator-id
class-namehttps://timsong-cpp.github.io/cppwp/n4659/class#nt:class-name
decltype-specifierhttps://timsong-cpp.github.io/cppwp/n4659/dcl.type.simple#nt:decltype-specifier
template-idhttps://timsong-cpp.github.io/cppwp/n4659/temp.names#nt:template-id
1https://timsong-cpp.github.io/cppwp/n4659/expr.prim#id.unqual-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L489
identifierhttps://timsong-cpp.github.io/cppwp/n4659/lex.name#nt:identifier
id-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id#nt:id-expression
[dcl.dcl]https://timsong-cpp.github.io/cppwp/n4659/dcl.dcl
operator-function-idhttps://timsong-cpp.github.io/cppwp/n4659/over.oper#nt:operator-function-id
[over.oper]https://timsong-cpp.github.io/cppwp/n4659/over.oper
conversion-function-idhttps://timsong-cpp.github.io/cppwp/n4659/class.conv.fct#nt:conversion-function-id
[class.conv.fct]https://timsong-cpp.github.io/cppwp/n4659/class.conv.fct
literal-operator-idhttps://timsong-cpp.github.io/cppwp/n4659/over.literal#nt:literal-operator-id
[over.literal]https://timsong-cpp.github.io/cppwp/n4659/over.literal
template-idhttps://timsong-cpp.github.io/cppwp/n4659/temp.names#nt:template-id
[temp.names]https://timsong-cpp.github.io/cppwp/n4659/temp.names
class-namehttps://timsong-cpp.github.io/cppwp/n4659/class#nt:class-name
decltype-specifierhttps://timsong-cpp.github.io/cppwp/n4659/dcl.type.simple#nt:decltype-specifier
[class.dtor]https://timsong-cpp.github.io/cppwp/n4659/class.dtor
identifierhttps://timsong-cpp.github.io/cppwp/n4659/lex.name#nt:identifier
[class.mfct.non-static]https://timsong-cpp.github.io/cppwp/n4659/class.mfct.non-static
identifierhttps://timsong-cpp.github.io/cppwp/n4659/lex.name#nt:identifier
[dcl.struct.bind]https://timsong-cpp.github.io/cppwp/n4659/dcl.struct.bind
8.1.4.2https://timsong-cpp.github.io/cppwp/n4659/expr.prim#id.qual
[expr.prim.id.qual]https://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual
nested-name-specifierhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:nested-name-specifier
unqualified-idhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.unqual#nt:unqualified-id
type-namehttps://timsong-cpp.github.io/cppwp/n4659/dcl.type.simple#nt:type-name
namespace-namehttps://timsong-cpp.github.io/cppwp/n4659/namespace.def#nt:namespace-name
decltype-specifierhttps://timsong-cpp.github.io/cppwp/n4659/dcl.type.simple#nt:decltype-specifier
nested-name-specifierhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:nested-name-specifier
identifierhttps://timsong-cpp.github.io/cppwp/n4659/lex.name#nt:identifier
nested-name-specifierhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:nested-name-specifier
simple-template-idhttps://timsong-cpp.github.io/cppwp/n4659/temp.names#nt:simple-template-id
1https://timsong-cpp.github.io/cppwp/n4659/expr.prim#id.qual-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L532
decltype-specifierhttps://timsong-cpp.github.io/cppwp/n4659/dcl.type.simple#nt:decltype-specifier
nested-name-specifierhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:nested-name-specifier
2https://timsong-cpp.github.io/cppwp/n4659/expr.prim#id.qual-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L537
nested-name-specifierhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:nested-name-specifier
[temp.names]https://timsong-cpp.github.io/cppwp/n4659/temp.names
[class.mem]https://timsong-cpp.github.io/cppwp/n4659/class.mem
base classeshttps://timsong-cpp.github.io/cppwp/n4659/class.derived
qualified-idhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:qualified-id
[class.qual]https://timsong-cpp.github.io/cppwp/n4659/class.qual
qualified-idhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:qualified-id
qualified-idhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:qualified-id
[basic.scope.class]https://timsong-cpp.github.io/cppwp/n4659/basic.scope.class
class-namehttps://timsong-cpp.github.io/cppwp/n4659/class#nt:class-name
class-namehttps://timsong-cpp.github.io/cppwp/n4659/class#nt:class-name
class-namehttps://timsong-cpp.github.io/cppwp/n4659/class#nt:class-name
destructorhttps://timsong-cpp.github.io/cppwp/n4659/class.dtor
decltype-specifierhttps://timsong-cpp.github.io/cppwp/n4659/dcl.type.simple#nt:decltype-specifier
unqualified-idhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.unqual#nt:unqualified-id
qualified-idhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:qualified-id
typedef-namehttps://timsong-cpp.github.io/cppwp/n4659/dcl.typedef#nt:typedef-name
class-namehttps://timsong-cpp.github.io/cppwp/n4659/class#nt:class-name
[class.name]https://timsong-cpp.github.io/cppwp/n4659/class.name
3https://timsong-cpp.github.io/cppwp/n4659/expr.prim#id.qual-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L563
nested-name-specifierhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:nested-name-specifier
nested-name-specifierhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:nested-name-specifier
[basic.namespace]https://timsong-cpp.github.io/cppwp/n4659/basic.namespace
[temp.names]https://timsong-cpp.github.io/cppwp/n4659/temp.names
using-directivehttps://timsong-cpp.github.io/cppwp/n4659/namespace.udir#nt:using-directive
qualified-idhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:qualified-id
[namespace.qual]https://timsong-cpp.github.io/cppwp/n4659/namespace.qual
qualified-idhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:qualified-id
4https://timsong-cpp.github.io/cppwp/n4659/expr.prim#id.qual-4
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L576
nested-name-specifierhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:nested-name-specifier
enumerationhttps://timsong-cpp.github.io/cppwp/n4659/dcl.enum
qualified-idhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:qualified-id
5https://timsong-cpp.github.io/cppwp/n4659/expr.prim#id.qual-5
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L583
qualified-idhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:qualified-id
unqualified-idhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.unqual#nt:unqualified-id
conversion-function-idhttps://timsong-cpp.github.io/cppwp/n4659/class.conv.fct#nt:conversion-function-id
conversion-type-idhttps://timsong-cpp.github.io/cppwp/n4659/class.conv.fct#nt:conversion-type-id
qualified-idhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:qualified-id
nested-name-specifierhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id.qual#nt:nested-name-specifier
8.1.5https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda
[expr.prim.lambda]https://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda
lambda-introducerhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-introducer
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-declarator
compound-statementhttps://timsong-cpp.github.io/cppwp/n4659/stmt.block#nt:compound-statement
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:lambda-capture
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/n4659/dcl.fct#nt:parameter-declaration-clause
decl-specifier-seqhttps://timsong-cpp.github.io/cppwp/n4659/dcl.spec#nt:decl-specifier-seq
noexcept-specifierhttps://timsong-cpp.github.io/cppwp/n4659/except.spec#nt:noexcept-specifier
attribute-specifier-seqhttps://timsong-cpp.github.io/cppwp/n4659/dcl.attr.grammar#nt:attribute-specifier-seq
trailing-return-typehttps://timsong-cpp.github.io/cppwp/n4659/dcl.decl#nt:trailing-return-type
1https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L611
2https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L623
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
closure objecthttps://timsong-cpp.github.io/cppwp/n4659/expr.prim#def:closure_object
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
unevaluated operandhttps://timsong-cpp.github.io/cppwp/n4659/expr#def:unevaluated_operand
template-argumenthttps://timsong-cpp.github.io/cppwp/n4659/temp.names#nt:template-argument
alias-declarationhttps://timsong-cpp.github.io/cppwp/n4659/dcl.dcl#nt:alias-declaration
function objecthttps://timsong-cpp.github.io/cppwp/n4659/function.objects
3https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L638
decl-specifier-seqhttps://timsong-cpp.github.io/cppwp/n4659/dcl.spec#nt:decl-specifier-seq
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-declarator
decl-specifierhttps://timsong-cpp.github.io/cppwp/n4659/dcl.spec#nt:decl-specifier
4https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda-4
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L643
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-declarator
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-declarator
trailing-return-typehttps://timsong-cpp.github.io/cppwp/n4659/dcl.decl#nt:trailing-return-type
[dcl.spec.auto]https://timsong-cpp.github.io/cppwp/n4659/dcl.spec.auto
braced-init-listhttps://timsong-cpp.github.io/cppwp/n4659/dcl.init#nt:braced-init-list
8.1.5.1https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure
[expr.prim.lambda.closure]https://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.closure
1https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L662
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
closure typehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim#def:closure_type
2https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L668
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
[basic.lookup.argdep]https://timsong-cpp.github.io/cppwp/n4659/basic.lookup.argdep
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-declarator
[dcl.init.aggr]https://timsong-cpp.github.io/cppwp/n4659/dcl.init.aggr
(2.1)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-2.1
(2.2)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-2.2
trivially copyablehttps://timsong-cpp.github.io/cppwp/n4659/class#def:trivially_copyable_class
(2.3)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-2.3
standard-layout classhttps://timsong-cpp.github.io/cppwp/n4659/class#def:standard-layout_class
(2.4)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-2.4
POD classhttps://timsong-cpp.github.io/cppwp/n4659/class#def:POD_class
3https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L693
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
function call operatorhttps://timsong-cpp.github.io/cppwp/n4659/over.call
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/n4659/dcl.fct#nt:parameter-declaration-clause
trailing-return-typehttps://timsong-cpp.github.io/cppwp/n4659/dcl.decl#nt:trailing-return-type
member templatehttps://timsong-cpp.github.io/cppwp/n4659/temp.mem
template-parameter-listhttps://timsong-cpp.github.io/cppwp/n4659/temp#nt:template-parameter-list
template-parameterhttps://timsong-cpp.github.io/cppwp/n4659/temp.param#nt:template-parameter
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/n4659/dcl.fct#nt:parameter-declaration-clause
template-parameterhttps://timsong-cpp.github.io/cppwp/n4659/temp.param#nt:template-parameter
parameter-declarationhttps://timsong-cpp.github.io/cppwp/n4659/dcl.fct#nt:parameter-declaration
[dcl.fct]https://timsong-cpp.github.io/cppwp/n4659/dcl.fct
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
trailing-return-typehttps://timsong-cpp.github.io/cppwp/n4659/dcl.decl#nt:trailing-return-type
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/n4659/dcl.fct#nt:parameter-declaration-clause
decl-specifierhttps://timsong-cpp.github.io/cppwp/n4659/dcl.spec#nt:decl-specifier
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/n4659/dcl.fct#nt:parameter-declaration-clause
template-parameterhttps://timsong-cpp.github.io/cppwp/n4659/temp.param#nt:template-parameter
4https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-4
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L734
[class.mfct.non-static]https://timsong-cpp.github.io/cppwp/n4659/class.mfct.non-static
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/n4659/dcl.fct#nt:parameter-declaration-clause
noexcept-specifierhttps://timsong-cpp.github.io/cppwp/n4659/except.spec#nt:noexcept-specifier
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
attribute-specifier-seqhttps://timsong-cpp.github.io/cppwp/n4659/dcl.attr.grammar#nt:attribute-specifier-seq
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-declarator
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/n4659/dcl.fct#nt:parameter-declaration-clause
constexprhttps://timsong-cpp.github.io/cppwp/n4659/dcl.constexpr
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-declarator
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
5https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-5
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L764
6https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-6
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L792
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:lambda-capture
linkagehttps://timsong-cpp.github.io/cppwp/n4659/dcl.link
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:lambda-capture
template-parameter-listhttps://timsong-cpp.github.io/cppwp/n4659/temp#nt:template-parameter-list
decltype-specifierhttps://timsong-cpp.github.io/cppwp/n4659/dcl.type.simple#nt:decltype-specifier
7https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-7
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L815
trailing-return-typehttps://timsong-cpp.github.io/cppwp/n4659/dcl.decl#nt:trailing-return-type
trailing-return-typehttps://timsong-cpp.github.io/cppwp/n4659/dcl.decl#nt:trailing-return-type
8https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-8
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L866
9https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-9
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L886
exception specificationhttps://timsong-cpp.github.io/cppwp/n4659/except.spec
10https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-10
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L903
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
compound-statementhttps://timsong-cpp.github.io/cppwp/n4659/stmt.block#nt:compound-statement
function-bodyhttps://timsong-cpp.github.io/cppwp/n4659/dcl.fct.def.general#nt:function-body
[dcl.fct.def]https://timsong-cpp.github.io/cppwp/n4659/dcl.fct.def
name lookuphttps://timsong-cpp.github.io/cppwp/n4659/basic.lookup
thishttps://timsong-cpp.github.io/cppwp/n4659/class.this
id-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id#nt:id-expression
[class.mfct.non-static]https://timsong-cpp.github.io/cppwp/n4659/class.mfct.non-static
compound-statementhttps://timsong-cpp.github.io/cppwp/n4659/stmt.block#nt:compound-statement
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
compound-statementhttps://timsong-cpp.github.io/cppwp/n4659/stmt.block#nt:compound-statement
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
[dcl.fct.def.general]https://timsong-cpp.github.io/cppwp/n4659/dcl.fct.def.general
11https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-11
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L929
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
[class.copy]https://timsong-cpp.github.io/cppwp/n4659/class.copy
12https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-12
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L936
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
[class.dtor]https://timsong-cpp.github.io/cppwp/n4659/class.dtor
13https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.closure-13
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L940
[temp.explicit]https://timsong-cpp.github.io/cppwp/n4659/temp.explicit
[temp.expl.spec]https://timsong-cpp.github.io/cppwp/n4659/temp.expl.spec
[class.friend]https://timsong-cpp.github.io/cppwp/n4659/class.friend
8.1.5.2https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture
[expr.prim.lambda.capture]https://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture
capture-defaulthttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:capture-default
capture-listhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:capture-list
capture-defaulthttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:capture-default
capture-listhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:capture-list
capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:capture
capture-listhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:capture-list
capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:capture
simple-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:simple-capture
init-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:init-capture
identifierhttps://timsong-cpp.github.io/cppwp/n4659/lex.name#nt:identifier
identifierhttps://timsong-cpp.github.io/cppwp/n4659/lex.name#nt:identifier
identifierhttps://timsong-cpp.github.io/cppwp/n4659/lex.name#nt:identifier
initializerhttps://timsong-cpp.github.io/cppwp/n4659/dcl.init#nt:initializer
identifierhttps://timsong-cpp.github.io/cppwp/n4659/lex.name#nt:identifier
initializerhttps://timsong-cpp.github.io/cppwp/n4659/dcl.init#nt:initializer
1https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L987
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
2https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L993
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:lambda-capture
capture-defaulthttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:capture-default
simple-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:simple-capture
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:lambda-capture
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:lambda-capture
capture-defaulthttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:capture-default
simple-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:simple-capture
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:lambda-capture
identifierhttps://timsong-cpp.github.io/cppwp/n4659/lex.name#nt:identifier
initializerhttps://timsong-cpp.github.io/cppwp/n4659/dcl.init#nt:initializer
init-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:init-capture
lambda-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:lambda-capture
3https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1021
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
block scopehttps://timsong-cpp.github.io/cppwp/n4659/basic.scope.block
local lambda expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim#def:local_lambda_expression
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
capture-defaulthttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:capture-default
simple-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:simple-capture
lambda-introducerhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-introducer
reaching scopehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim#def:reaching_scope
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
4https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-4
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1031
identifierhttps://timsong-cpp.github.io/cppwp/n4659/lex.name#nt:identifier
simple-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:simple-capture
unqualified name lookuphttps://timsong-cpp.github.io/cppwp/n4659/basic.lookup.unqual
simple-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:simple-capture
explicitly capturedhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim#def:explicitly_captured
simple-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:simple-capture
5https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-5
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1042
identifierhttps://timsong-cpp.github.io/cppwp/n4659/lex.name#nt:identifier
simple-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:simple-capture
declarator-idhttps://timsong-cpp.github.io/cppwp/n4659/dcl.decl#nt:declarator-id
lambda-declaratorhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-declarator
parameter-declaration-clausehttps://timsong-cpp.github.io/cppwp/n4659/dcl.fct#nt:parameter-declaration-clause
simple-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:simple-capture
6https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-6
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1056
init-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:init-capture
init-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:init-capture
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
compound-statementhttps://timsong-cpp.github.io/cppwp/n4659/stmt.block#nt:compound-statement
(6.1)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-6.1
(6.2)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-6.2
init-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:init-capture
7https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-7
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1087
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
capture-defaulthttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:capture-default
id-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id#nt:id-expression
init-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:init-capture
implicitly capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim#def:capture,implicit
compound-statementhttps://timsong-cpp.github.io/cppwp/n4659/stmt.block#nt:compound-statement
(7.1)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-7.1
odr-useshttps://timsong-cpp.github.io/cppwp/n4659/basic.def.odr
(7.2)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-7.2
odr-useshttps://timsong-cpp.github.io/cppwp/n4659/basic.def.odr
(7.3)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-7.3
potentially evaluatedhttps://timsong-cpp.github.io/cppwp/n4659/basic.def.odr#def:potentially_evaluated
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
8https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-8
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1129
capturedhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim#def:captured
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
odr-usedhttps://timsong-cpp.github.io/cppwp/n4659/basic.def.odr
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
odr-useshttps://timsong-cpp.github.io/cppwp/n4659/basic.def.odr
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
9https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-9
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1187
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
10https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-10
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1203
captured by copyhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim#def:captured,by_copy
(10.1)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-10.1
capture-defaulthttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:capture-default
(10.2)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-10.2
identifierhttps://timsong-cpp.github.io/cppwp/n4659/lex.name#nt:identifier
identifierhttps://timsong-cpp.github.io/cppwp/n4659/lex.name#nt:identifier
initializerhttps://timsong-cpp.github.io/cppwp/n4659/dcl.init#nt:initializer
11https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-11
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1224
id-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id#nt:id-expression
compound-statementhttps://timsong-cpp.github.io/cppwp/n4659/stmt.block#nt:compound-statement
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
odr-usehttps://timsong-cpp.github.io/cppwp/n4659/basic.def.odr
id-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id#nt:id-expression
id-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id#nt:id-expression
casthttps://timsong-cpp.github.io/cppwp/n4659/expr.cast
id-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id#nt:id-expression
compound-statementhttps://timsong-cpp.github.io/cppwp/n4659/stmt.block#nt:compound-statement
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
12https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-12
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1265
captured by referencehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim#def:captured,by_reference
13https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-13
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1279
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
(13.1)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-13.1
(13.2)https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-13.2
14https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-14
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1312
id-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.id#nt:id-expression
15https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-15
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1332
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
init-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:init-capture
initializerhttps://timsong-cpp.github.io/cppwp/n4659/dcl.init#nt:initializer
16https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-16
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1343
lambda-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda#nt:lambda-expression
17https://timsong-cpp.github.io/cppwp/n4659/expr.prim#lambda.capture-17
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1349
simple-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:simple-capture
pack expansionhttps://timsong-cpp.github.io/cppwp/n4659/temp.variadic#def:pack_expansion
init-capturehttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.lambda.capture#nt:init-capture
8.1.6https://timsong-cpp.github.io/cppwp/n4659/expr.prim#fold
[expr.prim.fold]https://timsong-cpp.github.io/cppwp/n4659/expr.prim.fold
1https://timsong-cpp.github.io/cppwp/n4659/expr.prim#fold-1
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1367
template parameter packhttps://timsong-cpp.github.io/cppwp/n4659/temp.variadic#def:template_parameter_pack
cast-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.cast#nt:cast-expression
fold-operatorhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.fold#nt:fold-operator
fold-operatorhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.fold#nt:fold-operator
cast-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.cast#nt:cast-expression
cast-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.cast#nt:cast-expression
fold-operatorhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.fold#nt:fold-operator
fold-operatorhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.fold#nt:fold-operator
cast-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.cast#nt:cast-expression
2https://timsong-cpp.github.io/cppwp/n4659/expr.prim#fold-2
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1387
fold-operatorhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.fold#nt:fold-operator
unary left foldhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim#def:unary_left_fold
fold-operatorhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.fold#nt:fold-operator
unary right foldhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim#def:unary_right_fold
unary foldshttps://timsong-cpp.github.io/cppwp/n4659/expr.prim#def:unary_fold
cast-expressionhttps://timsong-cpp.github.io/cppwp/n4659/expr.cast#nt:cast-expression
unexpanded parameter packhttps://timsong-cpp.github.io/cppwp/n4659/temp.variadic#def:parameter_pack,unexpanded
3https://timsong-cpp.github.io/cppwp/n4659/expr.prim#fold-3
#https://github.com/cplusplus/draft/tree/1af12266e2ba8c5a0eb0699f09fa5bde53dd70f3/source/expressions.tex#L1403
fold-operatorhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.fold#nt:fold-operator
binary foldhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim#def:binary_fold
fold-operatorhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim.fold#nt:fold-operator
binary left foldhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim#def:binary_left_fold
binary right foldhttps://timsong-cpp.github.io/cppwp/n4659/expr.prim#def:binary_right_fold

URLs of crawlers that visited me.