René's URL Explorer Experiment
go
Title:
[dcl.type.auto.deduct]
direct link
Domain:
timsong-cpp.github.io
Links
:
[dcl]
https://timsong-cpp.github.io/cppwp/#dcl
[dcl.spec]
https://timsong-cpp.github.io/cppwp/dcl.spec#dcl.type.auto.deduct
[dcl.type]
https://timsong-cpp.github.io/cppwp/dcl.type#auto.deduct
[dcl.spec.auto]
https://timsong-cpp.github.io/cppwp/dcl.spec.auto#dcl.type.auto.deduct
1
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/declarations.tex#L2093
Placeholder type deduction
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#def:placeholder_type_deduction
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#1.sentence-1
2
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/declarations.tex#L2099
initializer-clause
https://timsong-cpp.github.io/cppwp/dcl.init.general#nt:initializer-clause
(2.1)
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.1
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.1.sentence-1
(2.1.1)
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.1.1
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.1.1.sentence-1
(2.1.2)
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.1.2
braced-init-list
https://timsong-cpp.github.io/cppwp/dcl.init.general#nt:braced-init-list
[dcl.init.list]
https://timsong-cpp.github.io/cppwp/dcl.init.list
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.1.2.sentence-1
(2.1.3)
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.1.3
expression
https://timsong-cpp.github.io/cppwp/expr.comma#nt:expression
assignment-expression
https://timsong-cpp.github.io/cppwp/expr.assign#nt:assignment-expression
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.1.3.sentence-1
1
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#note-1
[expr.comma]
https://timsong-cpp.github.io/cppwp/expr.comma
assignment-expression
https://timsong-cpp.github.io/cppwp/expr.assign#nt:assignment-expression
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.1.3.sentence-2
(2.1.4)
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.1.4
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.1.4.sentence-1
type-constraint
https://timsong-cpp.github.io/cppwp/temp.param#nt:type-constraint
type-constraint
https://timsong-cpp.github.io/cppwp/temp.param#nt:type-constraint
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.1.sentence-2
(2.2)
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.2
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.2.sentence-1
(2.2.1)
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.2.1
brace-or-equal-initializer
https://timsong-cpp.github.io/cppwp/dcl.init.general#nt:brace-or-equal-initializer
initializer-clause
https://timsong-cpp.github.io/cppwp/dcl.init.general#nt:initializer-clause
initializer-clause
https://timsong-cpp.github.io/cppwp/dcl.init.general#nt:initializer-clause
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.2.1.sentence-1
(2.2.2)
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.2.2
braced-init-list
https://timsong-cpp.github.io/cppwp/dcl.init.general#nt:braced-init-list
assignment-expression
https://timsong-cpp.github.io/cppwp/expr.assign#nt:assignment-expression
assignment-expression
https://timsong-cpp.github.io/cppwp/expr.assign#nt:assignment-expression
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.2.2.sentence-1
(2.2.3)
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.2.3
expression-list
https://timsong-cpp.github.io/cppwp/expr.post.general#nt:expression-list
expression-list
https://timsong-cpp.github.io/cppwp/expr.post.general#nt:expression-list
assignment-expression
https://timsong-cpp.github.io/cppwp/expr.assign#nt:assignment-expression
assignment-expression
https://timsong-cpp.github.io/cppwp/expr.assign#nt:assignment-expression
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.2.3.sentence-1
(2.3)
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.3
[expr.type.conv]
https://timsong-cpp.github.io/cppwp/expr.type.conv
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.3.sentence-1
(2.3.1)
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.3.1
braced-init-list
https://timsong-cpp.github.io/cppwp/dcl.init.general#nt:braced-init-list
assignment-expression
https://timsong-cpp.github.io/cppwp/expr.assign#nt:assignment-expression
assignment-expression
https://timsong-cpp.github.io/cppwp/expr.assign#nt:assignment-expression
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.3.1.sentence-1
(2.3.2)
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.3.2
expression-list
https://timsong-cpp.github.io/cppwp/expr.post.general#nt:expression-list
expression-list
https://timsong-cpp.github.io/cppwp/expr.post.general#nt:expression-list
assignment-expression
https://timsong-cpp.github.io/cppwp/expr.assign#nt:assignment-expression
assignment-expression
https://timsong-cpp.github.io/cppwp/expr.assign#nt:assignment-expression
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.3.2.sentence-1
(2.4)
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.4
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.4.sentence-1
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#2.sentence-2
3
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#3
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/declarations.tex#L2173
placeholder-type-specifier
https://timsong-cpp.github.io/cppwp/dcl.spec.auto.general#nt:placeholder-type-specifier
type-constraint
https://timsong-cpp.github.io/cppwp/temp.param#nt:type-constraint
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#3.sentence-1
[basic.lookup.general]
https://timsong-cpp.github.io/cppwp/basic.lookup.general
placeholder-type-specifier
https://timsong-cpp.github.io/cppwp/dcl.spec.auto.general#nt:placeholder-type-specifier
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#3.sentence-2
type-constraint
https://timsong-cpp.github.io/cppwp/temp.param#nt:type-constraint
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#3.sentence-3
[temp.func.order]
https://timsong-cpp.github.io/cppwp/temp.func.order
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#3.sentence-4
[temp.deduct.call]
https://timsong-cpp.github.io/cppwp/temp.deduct.call
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#3.sentence-5
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#3.sentence-6
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#3.sentence-7
1
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#example-1
2
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#example-2
4
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#4
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/declarations.tex#L2221
placeholder-type-specifier
https://timsong-cpp.github.io/cppwp/dcl.spec.auto.general#nt:placeholder-type-specifier
type-constraint
https://timsong-cpp.github.io/cppwp/temp.param#nt:type-constraint
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#4.sentence-1
[dcl.type.decltype]
https://timsong-cpp.github.io/cppwp/dcl.type.decltype
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#4.sentence-2
3
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#example-3
5
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#5
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/declarations.tex#L2250
placeholder-type-specifier
https://timsong-cpp.github.io/cppwp/dcl.spec.auto.general#nt:placeholder-type-specifier
type-constraint
https://timsong-cpp.github.io/cppwp/temp.param#nt:type-constraint
[temp.param]
https://timsong-cpp.github.io/cppwp/temp.param
type-constraint
https://timsong-cpp.github.io/cppwp/temp.param#nt:type-constraint
.
https://timsong-cpp.github.io/cppwp/dcl.type.auto.deduct#5.sentence-1
URLs of
crawlers that visited me
.