Renรฉ's URL Explorer Experiment
go
Title:
[temp.variadic]
direct link
Domain:
timsong-cpp.github.io
Links
:
[temp]
https://timsong-cpp.github.io/cppwp/#temp
[temp.decls]
https://timsong-cpp.github.io/cppwp/temp.decls#temp.variadic
1
https://timsong-cpp.github.io/cppwp/temp.variadic#1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/templates.tex#L3152
template parameter pack
https://timsong-cpp.github.io/cppwp/temp.variadic#def:template_parameter_pack
.
https://timsong-cpp.github.io/cppwp/temp.variadic#1.sentence-1
1
https://timsong-cpp.github.io/cppwp/temp.variadic#example-1
2
https://timsong-cpp.github.io/cppwp/temp.variadic#2
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/templates.tex#L3166
function parameter pack
https://timsong-cpp.github.io/cppwp/temp.variadic#def:function_parameter_pack
.
https://timsong-cpp.github.io/cppwp/temp.variadic#2.sentence-1
2
https://timsong-cpp.github.io/cppwp/temp.variadic#example-2
3
https://timsong-cpp.github.io/cppwp/temp.variadic#3
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/templates.tex#L3179
init-capture pack
https://timsong-cpp.github.io/cppwp/temp.variadic#def:init-capture_pack
init-capture
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:init-capture
init-capture
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:init-capture
initializer
https://timsong-cpp.github.io/cppwp/dcl.init.general#nt:initializer
.
https://timsong-cpp.github.io/cppwp/temp.variadic#3.sentence-1
3
https://timsong-cpp.github.io/cppwp/temp.variadic#example-3
init-capture
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:init-capture
init-capture
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:init-capture
init-capture
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:init-capture
4
https://timsong-cpp.github.io/cppwp/temp.variadic#4
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/templates.tex#L3197
structured binding pack
https://timsong-cpp.github.io/cppwp/temp.variadic#def:structured_binding_pack
sb-identifier
https://timsong-cpp.github.io/cppwp/dcl.pre#nt:sb-identifier
[dcl.struct.bind]
https://timsong-cpp.github.io/cppwp/dcl.struct.bind
.
https://timsong-cpp.github.io/cppwp/temp.variadic#4.sentence-1
4
https://timsong-cpp.github.io/cppwp/temp.variadic#example-4
5
https://timsong-cpp.github.io/cppwp/temp.variadic#5
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/templates.tex#L3212
pack
https://timsong-cpp.github.io/cppwp/temp.variadic#def:pack
init-capture
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:init-capture
.
https://timsong-cpp.github.io/cppwp/temp.variadic#5.sentence-1
.
https://timsong-cpp.github.io/cppwp/temp.variadic#5.sentence-2
init-capture
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:init-capture
initializer
https://timsong-cpp.github.io/cppwp/dcl.init.general#nt:initializer
.
https://timsong-cpp.github.io/cppwp/temp.variadic#5.sentence-3
6
https://timsong-cpp.github.io/cppwp/temp.variadic#6
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/templates.tex#L3224
pack expansion
https://timsong-cpp.github.io/cppwp/temp.variadic#def:pack_expansion
pattern
https://timsong-cpp.github.io/cppwp/temp.variadic#def:pack_expansion,pattern
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.sentence-1
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.sentence-2
(6.1)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.1
[dcl.fct]
https://timsong-cpp.github.io/cppwp/dcl.fct
parameter-declaration
https://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.1.sentence-1
(6.2)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.2
using-declaration
https://timsong-cpp.github.io/cppwp/namespace.udecl#nt:using-declaration
[namespace.udecl]
https://timsong-cpp.github.io/cppwp/namespace.udecl
using-declarator
https://timsong-cpp.github.io/cppwp/namespace.udecl#nt:using-declarator
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.2.sentence-1
(6.3)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.3
friend-type-declaration
https://timsong-cpp.github.io/cppwp/class.mem.general#nt:friend-type-declaration
[class.mem.general]
https://timsong-cpp.github.io/cppwp/class.mem.general
friend-type-specifier
https://timsong-cpp.github.io/cppwp/class.mem.general#nt:friend-type-specifier
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.3.sentence-1
(6.4)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.4
[temp.param]
https://timsong-cpp.github.io/cppwp/temp.param
(6.4.1)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.4.1
parameter-declaration
https://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration
parameter-declaration
https://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration
(6.4.2)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.4.2
type-parameter
https://timsong-cpp.github.io/cppwp/temp.param#nt:type-parameter
type-parameter
https://timsong-cpp.github.io/cppwp/temp.param#nt:type-parameter
(6.4.3)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.4.3
type-tt-parameter
https://timsong-cpp.github.io/cppwp/temp.param#nt:type-tt-parameter
variable-tt-parameter
https://timsong-cpp.github.io/cppwp/temp.param#nt:variable-tt-parameter
concept-tt-parameter
https://timsong-cpp.github.io/cppwp/temp.param#nt:concept-tt-parameter
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.4.sentence-1
(6.5)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.5
initializer-list
https://timsong-cpp.github.io/cppwp/dcl.init.general#nt:initializer-list
[dcl.init]
https://timsong-cpp.github.io/cppwp/dcl.init
initializer-clause
https://timsong-cpp.github.io/cppwp/dcl.init.general#nt:initializer-clause
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.5.sentence-1
(6.6)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.6
base-specifier-list
https://timsong-cpp.github.io/cppwp/class.derived.general#nt:base-specifier-list
[class.derived]
https://timsong-cpp.github.io/cppwp/class.derived
base-specifier
https://timsong-cpp.github.io/cppwp/class.derived.general#nt:base-specifier
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.6.sentence-1
(6.7)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.7
mem-initializer-list
https://timsong-cpp.github.io/cppwp/class.base.init#nt:mem-initializer-list
[class.base.init]
https://timsong-cpp.github.io/cppwp/class.base.init
mem-initializer
https://timsong-cpp.github.io/cppwp/class.base.init#nt:mem-initializer
mem-initializer-id
https://timsong-cpp.github.io/cppwp/class.base.init#nt:mem-initializer-id
mem-initializer
https://timsong-cpp.github.io/cppwp/class.base.init#nt:mem-initializer
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.7.sentence-1
(6.8)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.8
template-argument-list
https://timsong-cpp.github.io/cppwp/temp.names#nt:template-argument-list
[temp.arg]
https://timsong-cpp.github.io/cppwp/temp.arg
template-argument
https://timsong-cpp.github.io/cppwp/temp.names#nt:template-argument
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.8.sentence-1
(6.9)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.9
attribute-list
https://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-list
[dcl.attr.grammar]
https://timsong-cpp.github.io/cppwp/dcl.attr.grammar
attribute
https://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.9.sentence-1
(6.10)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.10
annotation-list
https://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:annotation-list
[dcl.attr.grammar]
https://timsong-cpp.github.io/cppwp/dcl.attr.grammar
annotation
https://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:annotation
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.10.sentence-1
(6.11)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.11
alignment-specifier
https://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:alignment-specifier
[dcl.align]
https://timsong-cpp.github.io/cppwp/dcl.align
alignment-specifier
https://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:alignment-specifier
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.11.sentence-1
(6.12)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.12
capture-list
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:capture-list
[expr.prim.lambda.capture]
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture
capture
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:capture
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.12.sentence-1
(6.13)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.13
sizeof... expression
https://timsong-cpp.github.io/cppwp/expr.sizeof
identifier
https://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.13.sentence-1
(6.14)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.14
pack-index-expression
https://timsong-cpp.github.io/cppwp/expr.prim.pack.index#nt:pack-index-expression
identifier
https://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.14.sentence-1
(6.15)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.15
pack-index-specifier
https://timsong-cpp.github.io/cppwp/dcl.type.pack.index#nt:pack-index-specifier
typedef-name
https://timsong-cpp.github.io/cppwp/dcl.typedef#nt:typedef-name
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.15.sentence-1
(6.16)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.16
fold-expression
https://timsong-cpp.github.io/cppwp/expr.prim.fold#nt:fold-expression
[expr.prim.fold]
https://timsong-cpp.github.io/cppwp/expr.prim.fold
cast-expression
https://timsong-cpp.github.io/cppwp/expr.cast#nt:cast-expression
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.16.sentence-1
(6.17)
https://timsong-cpp.github.io/cppwp/temp.variadic#6.17
[temp.constr.fold]
https://timsong-cpp.github.io/cppwp/temp.constr.fold
.
https://timsong-cpp.github.io/cppwp/temp.variadic#6.17.sentence-1
5
https://timsong-cpp.github.io/cppwp/temp.variadic#example-5
7
https://timsong-cpp.github.io/cppwp/temp.variadic#7
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/templates.tex#L3314
.
https://timsong-cpp.github.io/cppwp/temp.variadic#7.sentence-1
8
https://timsong-cpp.github.io/cppwp/temp.variadic#8
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/templates.tex#L3320
.
https://timsong-cpp.github.io/cppwp/temp.variadic#8.sentence-1
.
https://timsong-cpp.github.io/cppwp/temp.variadic#8.sentence-2
unexpanded packs
https://timsong-cpp.github.io/cppwp/temp.variadic#def:pack,unexpanded
.
https://timsong-cpp.github.io/cppwp/temp.variadic#8.sentence-3
.
https://timsong-cpp.github.io/cppwp/temp.variadic#8.sentence-4
.
https://timsong-cpp.github.io/cppwp/temp.variadic#8.sentence-5
6
https://timsong-cpp.github.io/cppwp/temp.variadic#example-6
9
https://timsong-cpp.github.io/cppwp/temp.variadic#9
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/templates.tex#L3357
.
https://timsong-cpp.github.io/cppwp/temp.variadic#9.sentence-1
.
https://timsong-cpp.github.io/cppwp/temp.variadic#9.sentence-2
(9.1)
https://timsong-cpp.github.io/cppwp/temp.variadic#9.1
(9.1.1)
https://timsong-cpp.github.io/cppwp/temp.variadic#9.1.1
typedef-name
https://timsong-cpp.github.io/cppwp/dcl.typedef#nt:typedef-name
(9.1.2)
https://timsong-cpp.github.io/cppwp/temp.variadic#9.1.2
id-expression
https://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
(9.1.3)
https://timsong-cpp.github.io/cppwp/temp.variadic#9.1.3
template-name
https://timsong-cpp.github.io/cppwp/temp.names#nt:template-name
(9.2)
https://timsong-cpp.github.io/cppwp/temp.variadic#9.2
id-expression
https://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
(9.3)
https://timsong-cpp.github.io/cppwp/temp.variadic#9.3
init-capture
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:init-capture
id-expression
https://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
init-capture
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:init-capture
init-capture
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:init-capture
(9.4)
https://timsong-cpp.github.io/cppwp/temp.variadic#9.4
id-expression
https://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
.
https://timsong-cpp.github.io/cppwp/temp.variadic#9.sentence-4
10
https://timsong-cpp.github.io/cppwp/temp.variadic#10
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/templates.tex#L3408
[expr.sizeof]
https://timsong-cpp.github.io/cppwp/expr.sizeof
.
https://timsong-cpp.github.io/cppwp/temp.variadic#10.sentence-1
11
https://timsong-cpp.github.io/cppwp/temp.variadic#11
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/templates.tex#L3412
pack-index-expression
https://timsong-cpp.github.io/cppwp/expr.prim.pack.index#nt:pack-index-expression
.
https://timsong-cpp.github.io/cppwp/temp.variadic#11.sentence-1
id-expression
https://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
.
https://timsong-cpp.github.io/cppwp/temp.variadic#11.sentence-2
12
https://timsong-cpp.github.io/cppwp/temp.variadic#12
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/templates.tex#L3417
pack-index-specifier
https://timsong-cpp.github.io/cppwp/dcl.type.pack.index#nt:pack-index-specifier
.
https://timsong-cpp.github.io/cppwp/temp.variadic#12.sentence-1
typedef-name
https://timsong-cpp.github.io/cppwp/dcl.typedef#nt:typedef-name
.
https://timsong-cpp.github.io/cppwp/temp.variadic#12.sentence-2
13
https://timsong-cpp.github.io/cppwp/temp.variadic#13
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/templates.tex#L3422
alignment-specifier
https://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:alignment-specifier
.
https://timsong-cpp.github.io/cppwp/temp.variadic#13.sentence-1
14
https://timsong-cpp.github.io/cppwp/temp.variadic#14
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/templates.tex#L3426
fold-expression
https://timsong-cpp.github.io/cppwp/expr.prim.fold#nt:fold-expression
[expr.prim.fold]
https://timsong-cpp.github.io/cppwp/expr.prim.fold
(14.1)
https://timsong-cpp.github.io/cppwp/temp.variadic#14.1
(14.2)
https://timsong-cpp.github.io/cppwp/temp.variadic#14.2
(14.3)
https://timsong-cpp.github.io/cppwp/temp.variadic#14.3
(14.4)
https://timsong-cpp.github.io/cppwp/temp.variadic#14.4
.
https://timsong-cpp.github.io/cppwp/temp.variadic#14.sentence-1
fold-operator
https://timsong-cpp.github.io/cppwp/expr.prim.fold#nt:fold-operator
.
https://timsong-cpp.github.io/cppwp/temp.variadic#14.sentence-2
cast-expression
https://timsong-cpp.github.io/cppwp/expr.cast#nt:cast-expression
.
https://timsong-cpp.github.io/cppwp/temp.variadic#14.sentence-3
7
https://timsong-cpp.github.io/cppwp/temp.variadic#example-7
.
https://timsong-cpp.github.io/cppwp/temp.variadic#14.sentence-4
20
https://timsong-cpp.github.io/cppwp/temp.variadic#tab:temp.fold.empty
20
https://timsong-cpp.github.io/cppwp/temp.variadic#tab:temp.fold.empty
.
https://timsong-cpp.github.io/cppwp/temp.variadic#14.sentence-5
20
https://timsong-cpp.github.io/cppwp/temp.variadic#tab:temp.fold.empty
[tab:temp.fold.empty]
https://timsong-cpp.github.io/cppwp/tab:temp.fold.empty
๐
https://timsong-cpp.github.io/cppwp/temp.variadic#tab:temp.fold.empty-row-1
๐
https://timsong-cpp.github.io/cppwp/temp.variadic#tab:temp.fold.empty-row-2
๐
https://timsong-cpp.github.io/cppwp/temp.variadic#tab:temp.fold.empty-row-3
๐
https://timsong-cpp.github.io/cppwp/temp.variadic#tab:temp.fold.empty-row-4
15
https://timsong-cpp.github.io/cppwp/temp.variadic#15
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/templates.tex#L3500
[temp.constr.fold]
https://timsong-cpp.github.io/cppwp/temp.constr.fold
.
https://timsong-cpp.github.io/cppwp/temp.variadic#15.sentence-1
16
https://timsong-cpp.github.io/cppwp/temp.variadic#16
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/templates.tex#L3503
.
https://timsong-cpp.github.io/cppwp/temp.variadic#16.sentence-1
1
https://timsong-cpp.github.io/cppwp/temp.variadic#note-1
expression-list
https://timsong-cpp.github.io/cppwp/expr.post.general#nt:expression-list
base-specifier-list
https://timsong-cpp.github.io/cppwp/class.derived.general#nt:base-specifier-list
template-argument-list
https://timsong-cpp.github.io/cppwp/temp.names#nt:template-argument-list
.
https://timsong-cpp.github.io/cppwp/temp.variadic#16.sentence-2
.
https://timsong-cpp.github.io/cppwp/temp.variadic#16.sentence-3
8
https://timsong-cpp.github.io/cppwp/temp.variadic#example-8
URLs of
crawlers that visited me
.