René's URL Explorer Experiment
go
Title:
[expr.unary]
direct link
Domain:
timsong-cpp.github.io
Links
:
[expr]
https://timsong-cpp.github.io/cppwp/#expr
[expr.compound]
https://timsong-cpp.github.io/cppwp/expr.compound#expr.unary
[expr.unary.general]
https://timsong-cpp.github.io/cppwp/expr.unary#general
[expr.unary.op]
https://timsong-cpp.github.io/cppwp/expr.unary#op
[expr.pre.incr]
https://timsong-cpp.github.io/cppwp/expr.unary#expr.pre.incr
[expr.await]
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await
[expr.sizeof]
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof
[expr.alignof]
https://timsong-cpp.github.io/cppwp/expr.unary#expr.alignof
[expr.unary.noexcept]
https://timsong-cpp.github.io/cppwp/expr.unary#noexcept
[expr.new]
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new
[expr.delete]
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete
[expr.reflect]
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect
7.6.2.1
https://timsong-cpp.github.io/cppwp/expr.unary#general
[expr.unary.general]
https://timsong-cpp.github.io/cppwp/expr.unary.general
1
https://timsong-cpp.github.io/cppwp/expr.unary#general-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5200
.
https://timsong-cpp.github.io/cppwp/expr.unary#general-1.sentence-1
unary-expression:
https://timsong-cpp.github.io/cppwp/expr.unary#nt:unary-expression
postfix-expression
https://timsong-cpp.github.io/cppwp/expr.post.general#nt:postfix-expression
unary-operator
https://timsong-cpp.github.io/cppwp/expr.unary#nt:unary-operator
cast-expression
https://timsong-cpp.github.io/cppwp/expr.cast#nt:cast-expression
cast-expression
https://timsong-cpp.github.io/cppwp/expr.cast#nt:cast-expression
cast-expression
https://timsong-cpp.github.io/cppwp/expr.cast#nt:cast-expression
await-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:await-expression
unary-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:unary-expression
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
identifier
https://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
noexcept-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:noexcept-expression
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
reflect-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflect-expression
unary-operator:
https://timsong-cpp.github.io/cppwp/expr.unary#nt:unary-operator
7.6.2.2
https://timsong-cpp.github.io/cppwp/expr.unary#op
[expr.unary.op]
https://timsong-cpp.github.io/cppwp/expr.unary.op
1
https://timsong-cpp.github.io/cppwp/expr.unary#op-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5252
indirection
https://timsong-cpp.github.io/cppwp/expr.unary#def:indirection
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-1.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-1.sentence-2
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-1.sentence-3
[expr.typeid]
https://timsong-cpp.github.io/cppwp/expr.typeid
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-1.sentence-4
1
https://timsong-cpp.github.io/cppwp/expr.unary#op-note-1
[basic.life]
https://timsong-cpp.github.io/cppwp/basic.life
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-1.sentence-5
2
https://timsong-cpp.github.io/cppwp/expr.unary#op-note-2
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-1.sentence-6
[conv.lval]
https://timsong-cpp.github.io/cppwp/conv.lval
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-1.sentence-7
2
https://timsong-cpp.github.io/cppwp/expr.unary#op-2
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5274
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-2.sentence-1
3
https://timsong-cpp.github.io/cppwp/expr.unary#op-3
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5277
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-3.sentence-1
(3.1)
https://timsong-cpp.github.io/cppwp/expr.unary#op-3.1
qualified-id
https://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:qualified-id
splice-expression
https://timsong-cpp.github.io/cppwp/expr.prim.splice#nt:splice-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-3.1.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-3.1.sentence-2
3
https://timsong-cpp.github.io/cppwp/expr.unary#op-note-3
qualified-id
https://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:qualified-id
[expr.prim.id.general]
https://timsong-cpp.github.io/cppwp/expr.prim.id.general
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-3.1.sentence-3
(3.2)
https://timsong-cpp.github.io/cppwp/expr.unary#op-3.2
[intro.memory]
https://timsong-cpp.github.io/cppwp/intro.memory
[basic.compound]
https://timsong-cpp.github.io/cppwp/basic.compound
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-3.2.sentence-1
[dcl.fct]
https://timsong-cpp.github.io/cppwp/dcl.fct
qualified-id
https://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:qualified-id
splice-expression
https://timsong-cpp.github.io/cppwp/expr.prim.splice#nt:splice-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-3.2.sentence-2
4
https://timsong-cpp.github.io/cppwp/expr.unary#op-note-4
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-3.2.sentence-3
1
https://timsong-cpp.github.io/cppwp/expr.unary#op-example-1
5
https://timsong-cpp.github.io/cppwp/expr.unary#op-note-5
[dcl.stc]
https://timsong-cpp.github.io/cppwp/dcl.stc
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-3.sentence-2
4
https://timsong-cpp.github.io/cppwp/expr.unary#op-4
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5325
qualified-id
https://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:qualified-id
splice-expression
https://timsong-cpp.github.io/cppwp/expr.prim.splice#nt:splice-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-4.sentence-1
6
https://timsong-cpp.github.io/cppwp/expr.unary#op-note-6
qualified-id
https://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:qualified-id
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-4.sentence-2
qualified-id
https://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:qualified-id
[conv.func]
https://timsong-cpp.github.io/cppwp/conv.func
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-4.sentence-3
unqualified-id
https://timsong-cpp.github.io/cppwp/expr.prim.id.unqual#nt:unqualified-id
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-4.sentence-4
5
https://timsong-cpp.github.io/cppwp/expr.unary#op-5
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5342
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-5.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-5.sentence-2
6
https://timsong-cpp.github.io/cppwp/expr.unary#op-6
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5348
7
https://timsong-cpp.github.io/cppwp/expr.unary#op-note-7
[over]
https://timsong-cpp.github.io/cppwp/over
[over.over]
https://timsong-cpp.github.io/cppwp/over.over
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-6.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-6.sentence-2
7
https://timsong-cpp.github.io/cppwp/expr.unary#op-7
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5360
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-7.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-7.sentence-2
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-7.sentence-3
8
https://timsong-cpp.github.io/cppwp/expr.unary#op-8
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5368
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-8.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-8.sentence-2
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-8.sentence-3
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-8.sentence-4
8
https://timsong-cpp.github.io/cppwp/expr.unary#op-note-8
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-8.sentence-5
9
https://timsong-cpp.github.io/cppwp/expr.unary#op-9
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5382
[conv]
https://timsong-cpp.github.io/cppwp/conv
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-9.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-9.sentence-2
10
https://timsong-cpp.github.io/cppwp/expr.unary#op-10
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5390
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-10.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-10.sentence-2
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-10.sentence-3
[basic.fundamental]
https://timsong-cpp.github.io/cppwp/basic.fundamental
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-10.sentence-4
9
https://timsong-cpp.github.io/cppwp/expr.unary#op-note-9
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-10.sentence-5
type-name
https://timsong-cpp.github.io/cppwp/dcl.type.simple#nt:type-name
computed-type-specifier
https://timsong-cpp.github.io/cppwp/dcl.type.simple#nt:computed-type-specifier
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-10.sentence-6
unqualified-id
https://timsong-cpp.github.io/cppwp/expr.prim.id.unqual#nt:unqualified-id
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-10.sentence-7
10
https://timsong-cpp.github.io/cppwp/expr.unary#op-note-10
type-name
https://timsong-cpp.github.io/cppwp/dcl.type.simple#nt:type-name
computed-type-specifier
https://timsong-cpp.github.io/cppwp/dcl.type.simple#nt:computed-type-specifier
qualified-id
https://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:qualified-id
.
https://timsong-cpp.github.io/cppwp/expr.unary#op-10.sentence-8
7.6.2.3
https://timsong-cpp.github.io/cppwp/expr.unary#expr.pre.incr
[expr.pre.incr]
https://timsong-cpp.github.io/cppwp/expr.pre.incr
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.pre.incr-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5423
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.pre.incr-1.sentence-1
[depr.volatile.type]
https://timsong-cpp.github.io/cppwp/depr.volatile.type
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.pre.incr-1.sentence-2
[expr.assign]
https://timsong-cpp.github.io/cppwp/expr.assign
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.pre.incr-1.sentence-3
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.pre.incr-note-1
[expr.post.incr]
https://timsong-cpp.github.io/cppwp/expr.post.incr
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.pre.incr-1.sentence-4
7.6.2.4
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await
[expr.await]
https://timsong-cpp.github.io/cppwp/expr.await
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5444
[dcl.fct.def.coroutine]
https://timsong-cpp.github.io/cppwp/dcl.fct.def.coroutine
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-1.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-1.sentence-2
await-expression:
https://timsong-cpp.github.io/cppwp/expr.unary#nt:await-expression
cast-expression
https://timsong-cpp.github.io/cppwp/expr.cast#nt:cast-expression
2
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-2
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5456
await-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:await-expression
compound-statement
https://timsong-cpp.github.io/cppwp/stmt.block#nt:compound-statement
function-body
https://timsong-cpp.github.io/cppwp/dcl.fct.def.general#nt:function-body
lambda-expression
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.general#nt:lambda-expression
handler
https://timsong-cpp.github.io/cppwp/except.pre#nt:handler
[except.pre]
https://timsong-cpp.github.io/cppwp/except.pre
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-2.sentence-1
declaration-statement
https://timsong-cpp.github.io/cppwp/stmt.dcl#nt:declaration-statement
simple-declaration
https://timsong-cpp.github.io/cppwp/dcl.pre#nt:simple-declaration
init-statement
https://timsong-cpp.github.io/cppwp/stmt.pre#nt:init-statement
await-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:await-expression
initializer
https://timsong-cpp.github.io/cppwp/dcl.init.general#nt:initializer
declaration-statement
https://timsong-cpp.github.io/cppwp/stmt.dcl#nt:declaration-statement
simple-declaration
https://timsong-cpp.github.io/cppwp/dcl.pre#nt:simple-declaration
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-2.sentence-2
await-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:await-expression
[dcl.fct.default]
https://timsong-cpp.github.io/cppwp/dcl.fct.default
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-2.sentence-3
await-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:await-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-2.sentence-4
await-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:await-expression
[basic.contract]
https://timsong-cpp.github.io/cppwp/basic.contract
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-2.sentence-5
await-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:await-expression
suspension context
https://timsong-cpp.github.io/cppwp/expr.unary#def:suspension_context
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-2.sentence-6
3
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5477
await-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:await-expression
(3.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.1
[dcl.fct.def.coroutine]
https://timsong-cpp.github.io/cppwp/dcl.fct.def.coroutine
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.1.sentence-1
(3.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.2
await-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:await-expression
yield-expression
https://timsong-cpp.github.io/cppwp/expr.yield#nt:yield-expression
[expr.yield]
https://timsong-cpp.github.io/cppwp/expr.yield
[dcl.fct.def.coroutine]
https://timsong-cpp.github.io/cppwp/dcl.fct.def.coroutine
[class.member.lookup]
https://timsong-cpp.github.io/cppwp/class.member.lookup
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.2.sentence-1
cast-expression
https://timsong-cpp.github.io/cppwp/expr.cast#nt:cast-expression
cast-expression
https://timsong-cpp.github.io/cppwp/expr.cast#nt:cast-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.2.sentence-2
(3.3)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.3
[over.match.oper]
https://timsong-cpp.github.io/cppwp/over.match.oper
[over.match]
https://timsong-cpp.github.io/cppwp/over.match
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.3.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.3.sentence-2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.3.sentence-3
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.3.sentence-4
[conv.rval]
https://timsong-cpp.github.io/cppwp/conv.rval
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.3.sentence-5
(3.4)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.4
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.4.sentence-1
(3.5)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.5
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.5.sentence-1
(3.6)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.6
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.6.sentence-1
(3.7)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.7
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.7.sentence-1
(3.8)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.8
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-3.8.sentence-1
4
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-4
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5540
await-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:await-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-4.sentence-1
5
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5544
await-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:await-expression
(5.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5.1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5.1.sentence-1
(5.1.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5.1.1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5.1.1.sentence-1
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-note-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5.1.1.sentence-2
[dcl.fct.def.coroutine]
https://timsong-cpp.github.io/cppwp/dcl.fct.def.coroutine
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5.1.1.sentence-3
(5.1.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5.1.2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5.1.2.sentence-1
(5.1.3)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5.1.3
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5.1.3.sentence-1
[except.throw]
https://timsong-cpp.github.io/cppwp/except.throw
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5.1.sentence-3
[dcl.fct.def.coroutine]
https://timsong-cpp.github.io/cppwp/dcl.fct.def.coroutine
[stmt.jump]
https://timsong-cpp.github.io/cppwp/stmt.jump
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5.1.sentence-4
suspend point
https://timsong-cpp.github.io/cppwp/expr.unary#def:suspend_point
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5.1.sentence-5
(5.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5.2
await-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:await-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5.2.sentence-1
2
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-note-2
await-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:await-expression
[intro.execution]
https://timsong-cpp.github.io/cppwp/intro.execution
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-5.sentence-2
6
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-6
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5598
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.await-example-1
await-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:await-expression
await-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:await-expression
7.6.2.5
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof
[expr.sizeof]
https://timsong-cpp.github.io/cppwp/expr.sizeof
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5640
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-1.sentence-1
unevaluated operand
https://timsong-cpp.github.io/cppwp/expr.context#def:unevaluated_operand
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-1.sentence-2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-1.sentence-3
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-1.sentence-4
[basic.fundamental]
https://timsong-cpp.github.io/cppwp/basic.fundamental
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-1.sentence-5
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-note-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-1.sentence-6
52
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-52
2
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-note-2
[intro.memory]
https://timsong-cpp.github.io/cppwp/intro.memory
[basic.types.general]
https://timsong-cpp.github.io/cppwp/basic.types.general#term.object.representation
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-1.sentence-7
2
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-2
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5674
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-2.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-2.sentence-2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-2.sentence-3
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-2.sentence-4
53
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-53
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-2.sentence-5
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-2.sentence-6
3
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-3
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5698
[conv.lval]
https://timsong-cpp.github.io/cppwp/conv.lval
[conv.array]
https://timsong-cpp.github.io/cppwp/conv.array
[conv.func]
https://timsong-cpp.github.io/cppwp/conv.func
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-3.sentence-1
temporary materialization conversion
https://timsong-cpp.github.io/cppwp/conv.rval
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-3.sentence-2
4
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-4
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5707
identifier
https://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-4.sentence-1
[temp.variadic]
https://timsong-cpp.github.io/cppwp/temp.variadic
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-4.sentence-2
[temp.variadic]
https://timsong-cpp.github.io/cppwp/temp.variadic
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-4.sentence-3
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-example-1
5
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-5
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5721
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-5.sentence-1
3
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-note-3
[expr.const.const]
https://timsong-cpp.github.io/cppwp/expr.const.const
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-5.sentence-2
typedef-name
https://timsong-cpp.github.io/cppwp/dcl.typedef#nt:typedef-name
https://timsong-cpp.github.io/cppwp/cstddef.syn#header:%3ccstddef%3e
[cstddef.syn]
https://timsong-cpp.github.io/cppwp/cstddef.syn
[support.types.layout]
https://timsong-cpp.github.io/cppwp/support.types.layout
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.sizeof-5.sentence-3
52)
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-52
52)
https://timsong-cpp.github.io/cppwp/expr.unary#footnoteref-52
.
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-52.sentence-1
53)
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-53
53)
https://timsong-cpp.github.io/cppwp/expr.unary#footnoteref-53
.
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-53.sentence-1
7.6.2.6
https://timsong-cpp.github.io/cppwp/expr.unary#expr.alignof
[expr.alignof]
https://timsong-cpp.github.io/cppwp/expr.alignof
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.alignof-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5735
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.alignof-1.sentence-1
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.alignof-1.sentence-2
2
https://timsong-cpp.github.io/cppwp/expr.unary#expr.alignof-2
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5743
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.alignof-2.sentence-1
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.alignof-note-1
[expr.const.const]
https://timsong-cpp.github.io/cppwp/expr.const.const
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.alignof-2.sentence-2
typedef-name
https://timsong-cpp.github.io/cppwp/dcl.typedef#nt:typedef-name
https://timsong-cpp.github.io/cppwp/cstddef.syn#header:%3ccstddef%3e
[cstddef.syn]
https://timsong-cpp.github.io/cppwp/cstddef.syn
[support.types.layout]
https://timsong-cpp.github.io/cppwp/support.types.layout
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.alignof-2.sentence-3
3
https://timsong-cpp.github.io/cppwp/expr.unary#expr.alignof-3
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5752
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.alignof-3.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.alignof-3.sentence-2
7.6.2.7
https://timsong-cpp.github.io/cppwp/expr.unary#noexcept
[expr.unary.noexcept]
https://timsong-cpp.github.io/cppwp/expr.unary.noexcept
noexcept-expression:
https://timsong-cpp.github.io/cppwp/expr.unary#nt:noexcept-expression
expression
https://timsong-cpp.github.io/cppwp/expr.comma#nt:expression
1
https://timsong-cpp.github.io/cppwp/expr.unary#noexcept-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5768
[expr.context]
https://timsong-cpp.github.io/cppwp/expr.context#term.unevaluated.operand
.
https://timsong-cpp.github.io/cppwp/expr.unary#noexcept-1.sentence-1
[conv.rval]
https://timsong-cpp.github.io/cppwp/conv.rval
.
https://timsong-cpp.github.io/cppwp/expr.unary#noexcept-1.sentence-2
2
https://timsong-cpp.github.io/cppwp/expr.unary#noexcept-2
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5774
.
https://timsong-cpp.github.io/cppwp/expr.unary#noexcept-2.sentence-1
[except.spec]
https://timsong-cpp.github.io/cppwp/except.spec
.
https://timsong-cpp.github.io/cppwp/expr.unary#noexcept-2.sentence-2
1
https://timsong-cpp.github.io/cppwp/expr.unary#noexcept-note-1
noexcept-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:noexcept-expression
[expr.const.const]
https://timsong-cpp.github.io/cppwp/expr.const.const
.
https://timsong-cpp.github.io/cppwp/expr.unary#noexcept-2.sentence-3
7.6.2.8
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new
[expr.new]
https://timsong-cpp.github.io/cppwp/expr.new
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5787
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
new-type-id
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-type-id
[dcl.name]
https://timsong-cpp.github.io/cppwp/dcl.name
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-1.sentence-1
allocated type
https://timsong-cpp.github.io/cppwp/expr.unary#def:type,allocated
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-1.sentence-2
[basic.types.general]
https://timsong-cpp.github.io/cppwp/basic.types.general#term.incomplete.type
[class.abstract]
https://timsong-cpp.github.io/cppwp/class.abstract
[intro.object]
https://timsong-cpp.github.io/cppwp/intro.object
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-1.sentence-3
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-note-1
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-1.sentence-4
2
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-note-2
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-1.sentence-5
new-expression:
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
new-placement
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-placement
new-type-id
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-type-id
new-initializer
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-initializer
new-placement
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-placement
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
new-initializer
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-initializer
new-placement:
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-placement
expression-list
https://timsong-cpp.github.io/cppwp/expr.post.general#nt:expression-list
new-type-id:
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-type-id
type-specifier-seq
https://timsong-cpp.github.io/cppwp/dcl.type.general#nt:type-specifier-seq
new-declarator
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-declarator
new-declarator:
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-declarator
ptr-operator
https://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:ptr-operator
new-declarator
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-declarator
noptr-new-declarator
https://timsong-cpp.github.io/cppwp/expr.unary#nt:noptr-new-declarator
noptr-new-declarator:
https://timsong-cpp.github.io/cppwp/expr.unary#nt:noptr-new-declarator
expression
https://timsong-cpp.github.io/cppwp/expr.comma#nt:expression
attribute-specifier-seq
https://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-specifier-seq
noptr-new-declarator
https://timsong-cpp.github.io/cppwp/expr.unary#nt:noptr-new-declarator
constant-expression
https://timsong-cpp.github.io/cppwp/expr.const.general#nt:constant-expression
attribute-specifier-seq
https://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-specifier-seq
new-initializer:
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-initializer
expression-list
https://timsong-cpp.github.io/cppwp/expr.post.general#nt:expression-list
braced-init-list
https://timsong-cpp.github.io/cppwp/dcl.init.general#nt:braced-init-list
2
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-2
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5848
placeholder type
https://timsong-cpp.github.io/cppwp/dcl.spec.auto
[dcl.type.class.deduct]
https://timsong-cpp.github.io/cppwp/dcl.type.class.deduct
type-specifier-seq
https://timsong-cpp.github.io/cppwp/dcl.type.general#nt:type-specifier-seq
new-type-id
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-type-id
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
new-initializer
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-initializer
new-type-id
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-type-id
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
[dcl.spec.auto]
https://timsong-cpp.github.io/cppwp/dcl.spec.auto
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-example-1
3
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-3
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5876
new-type-id
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-type-id
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
new-declarator
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-declarator
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-3.sentence-1
3
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-note-3
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-3.sentence-2
2
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-example-2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-3.sentence-3
4
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-4
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5891
4
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-note-4
new-type-id
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-type-id
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-4.sentence-1
3
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-example-3
[basic.compound]
https://timsong-cpp.github.io/cppwp/basic.compound
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-4.sentence-4
5
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-5
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5917
attribute-specifier-seq
https://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-specifier-seq
noptr-new-declarator
https://timsong-cpp.github.io/cppwp/expr.unary#nt:noptr-new-declarator
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-5.sentence-1
6
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-6
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5921
constant-expression
https://timsong-cpp.github.io/cppwp/expr.const.general#nt:constant-expression
noptr-new-declarator
https://timsong-cpp.github.io/cppwp/expr.unary#nt:noptr-new-declarator
[expr.const.const]
https://timsong-cpp.github.io/cppwp/expr.const.const
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-6.sentence-1
4
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-example-4
expression
https://timsong-cpp.github.io/cppwp/expr.comma#nt:expression
noptr-new-declarator
https://timsong-cpp.github.io/cppwp/expr.unary#nt:noptr-new-declarator
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-6.sentence-2
expression
https://timsong-cpp.github.io/cppwp/expr.comma#nt:expression
noptr-new-declarator
https://timsong-cpp.github.io/cppwp/expr.unary#nt:noptr-new-declarator
constant-expression
https://timsong-cpp.github.io/cppwp/expr.const.general#nt:constant-expression
noptr-new-declarator
https://timsong-cpp.github.io/cppwp/expr.unary#nt:noptr-new-declarator
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-6.sentence-3
7
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-7
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5943
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
new-type-id
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-type-id
[dcl.array]
https://timsong-cpp.github.io/cppwp/dcl.array
new-initializer
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-initializer
new-initializer
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-initializer
[dcl.init.aggr]
https://timsong-cpp.github.io/cppwp/dcl.init.aggr
[dcl.init.string]
https://timsong-cpp.github.io/cppwp/dcl.init.string
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-7.sentence-1
8
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-8
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L5952
expression
https://timsong-cpp.github.io/cppwp/expr.comma#nt:expression
noptr-new-declarator
https://timsong-cpp.github.io/cppwp/expr.unary#nt:noptr-new-declarator
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-8.sentence-1
expression
https://timsong-cpp.github.io/cppwp/expr.comma#nt:expression
(8.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-8.1
(8.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-8.2
[over.ics.user]
https://timsong-cpp.github.io/cppwp/over.ics.user
54
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-54
(8.3)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-8.3
limit
https://timsong-cpp.github.io/cppwp/implimits
(8.4)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-8.4
new-initializer
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-initializer
braced-init-list
https://timsong-cpp.github.io/cppwp/dcl.init.general#nt:braced-init-list
expression-list
https://timsong-cpp.github.io/cppwp/expr.post.general#nt:expression-list
string-literal
https://timsong-cpp.github.io/cppwp/lex.string#nt:string-literal
[lex.string]
https://timsong-cpp.github.io/cppwp/lex.string
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-8.sentence-2
expression
https://timsong-cpp.github.io/cppwp/expr.comma#nt:expression
(8.5)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-8.5
expression
https://timsong-cpp.github.io/cppwp/expr.comma#nt:expression
(8.6)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-8.6
(8.6.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-8.6.1
[except.spec]
https://timsong-cpp.github.io/cppwp/except.spec
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
(8.6.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-8.6.2
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
[except.handle]
https://timsong-cpp.github.io/cppwp/except.handle
std​::​bad_array_new_length
https://timsong-cpp.github.io/cppwp/new.badlength
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-8.sentence-3
expression
https://timsong-cpp.github.io/cppwp/expr.comma#nt:expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-8.sentence-4
9
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-9
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6008
new-initializer
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-initializer
braced-init-list
https://timsong-cpp.github.io/cppwp/dcl.init.general#nt:braced-init-list
expression-list
https://timsong-cpp.github.io/cppwp/expr.post.general#nt:expression-list
expression
https://timsong-cpp.github.io/cppwp/expr.comma#nt:expression
(9.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-9.1
new-initializer
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-initializer
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/expr.unary#expr.new-9.1.sentence-1
(9.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-9.2
[dcl.init.general]
https://timsong-cpp.github.io/cppwp/dcl.init.general
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-9.2.sentence-1
5
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-note-5
new-initializer
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-initializer
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-9.sentence-2
10
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-10
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6030
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
[basic.stc.dynamic]
https://timsong-cpp.github.io/cppwp/basic.stc.dynamic
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-10.sentence-1
6
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-note-6
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-10.sentence-2
11
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-11
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6040
noptr-new-declarator
https://timsong-cpp.github.io/cppwp/expr.unary#nt:noptr-new-declarator
new-type-id
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-type-id
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-11.sentence-1
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-11.sentence-2
7
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-note-7
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-11.sentence-3
12
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-12
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6056
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
[basic.stc.dynamic.allocation]
https://timsong-cpp.github.io/cppwp/basic.stc.dynamic.allocation
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-12.sentence-1
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
deallocation function
https://timsong-cpp.github.io/cppwp/basic.stc.dynamic.deallocation
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-12.sentence-2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-12.sentence-3
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-12.sentence-4
8
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-note-8
[basic.stc.dynamic]
https://timsong-cpp.github.io/cppwp/basic.stc.dynamic
[new.delete.single]
https://timsong-cpp.github.io/cppwp/new.delete.single
[new.delete.array]
https://timsong-cpp.github.io/cppwp/new.delete.array
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-12.sentence-5
[replacement.functions]
https://timsong-cpp.github.io/cppwp/replacement.functions
[class.free]
https://timsong-cpp.github.io/cppwp/class.free
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-12.sentence-6
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
[new.delete.placement]
https://timsong-cpp.github.io/cppwp/new.delete.placement
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-12.sentence-7
13
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-13
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6086
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
[class.member.lookup]
https://timsong-cpp.github.io/cppwp/class.member.lookup
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-13.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-13.sentence-2
14
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-14
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6097
[new.delete.single]
https://timsong-cpp.github.io/cppwp/new.delete.single
[new.delete.array]
https://timsong-cpp.github.io/cppwp/new.delete.array
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-14.sentence-1
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-14.sentence-2
15
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-15
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6103
[expr.const.core]
https://timsong-cpp.github.io/cppwp/expr.const.core
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-15.sentence-1
16
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-16
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6107
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
(16.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-16.1
(16.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-16.2
(16.3)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-16.3
(16.4)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-16.4
(16.5)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-16.5
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
(16.6)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-16.6
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-16.sentence-1
5
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-example-5
17
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-17
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6157
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-17.sentence-1
[new.delete.placement]
https://timsong-cpp.github.io/cppwp/new.delete.placement
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-17.sentence-2
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
alignment requirement
https://timsong-cpp.github.io/cppwp/basic.align
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-17.sentence-3
9
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-note-9
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-17.sentence-4
18
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-18
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6183
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-18.sentence-1
19
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-19
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6190
new-placement
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-placement
placement new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#def:new-expression,placement
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-19.sentence-1
20
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-20
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6196
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-20.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-20.sentence-2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-20.sentence-3
new-placement
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-placement
initializer-clause
https://timsong-cpp.github.io/cppwp/dcl.init.general#nt:initializer-clause
expression-list
https://timsong-cpp.github.io/cppwp/expr.post.general#nt:expression-list
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-20.sentence-4
(20.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-20.1
(20.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-20.2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-20.sentence-5
21
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-21
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6224
6
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-example-6
(21.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-21.1
(21.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-21.2
(21.3)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-21.3
(21.4)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-21.4
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-21.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-21.sentence-2
22
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-22
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6259
10
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-note-10
exception specification
https://timsong-cpp.github.io/cppwp/except.spec
[basic.stc.dynamic.allocation]
https://timsong-cpp.github.io/cppwp/basic.stc.dynamic.allocation
[except.throw]
https://timsong-cpp.github.io/cppwp/except.throw
[bad.alloc]
https://timsong-cpp.github.io/cppwp/bad.alloc
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-22.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-22.sentence-2
[new.delete.placement]
https://timsong-cpp.github.io/cppwp/new.delete.placement
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-22.sentence-3
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-22.sentence-4
23
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-23
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6281
11
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-note-11
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-23.sentence-1
[basic.align]
https://timsong-cpp.github.io/cppwp/basic.align
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-23.sentence-2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-23.sentence-3
24
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-24
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6291
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
(24.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-24.1
new-initializer
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-initializer
[dcl.init]
https://timsong-cpp.github.io/cppwp/dcl.init
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-24.1.sentence-1
12
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-note-12
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-24.1.sentence-2
(24.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-24.2
new-initializer
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-initializer
[dcl.init]
https://timsong-cpp.github.io/cppwp/dcl.init
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-24.2.sentence-1
25
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-25
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6310
new-initializer
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-initializer
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-25.sentence-1
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-25.sentence-2
26
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-26
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6320
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
[class.dtor]
https://timsong-cpp.github.io/cppwp/class.dtor
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-26.sentence-1
27
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-27
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6325
55
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-55
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-27.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-27.sentence-2
13
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-note-13
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-27.sentence-3
28
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-28
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6345
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-28.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-28.sentence-2
29
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-29
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6355
[expr.delete]
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-29.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-29.sentence-2
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-29.sentence-3
30
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-30
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6364
(30.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-30.1
[temp.over]
https://timsong-cpp.github.io/cppwp/temp.over
[temp.deduct.call]
https://timsong-cpp.github.io/cppwp/temp.deduct.call
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-30.1.sentence-1
(30.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-30.2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-30.2.sentence-1
(30.3)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-30.3
[temp.constr.constr]
https://timsong-cpp.github.io/cppwp/temp.constr.constr
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-30.3.sentence-1
(30.4)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-30.4
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-30.4.sentence-1
(30.5)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-30.5
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-30.5.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-30.sentence-2
14
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-note-14
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-30.sentence-3
31
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-31
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6394
7
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-example-7
8
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-example-8
9
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-example-9
10
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-example-10
32
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-32
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6459
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-32.sentence-1
new-placement
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-placement
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-32.sentence-2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new-32.sentence-3
54)
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-54
54)
https://timsong-cpp.github.io/cppwp/expr.unary#footnoteref-54
.
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-54.sentence-1
55)
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-55
55)
https://timsong-cpp.github.io/cppwp/expr.unary#footnoteref-55
new-initializer
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-initializer
.
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-55.sentence-1
7.6.2.9
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete
[expr.delete]
https://timsong-cpp.github.io/cppwp/expr.delete
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6474
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
most derived object
https://timsong-cpp.github.io/cppwp/intro.object#def:most_derived_object
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-1.sentence-1
delete-expression:
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
cast-expression
https://timsong-cpp.github.io/cppwp/expr.cast#nt:cast-expression
cast-expression
https://timsong-cpp.github.io/cppwp/expr.cast#nt:cast-expression
single-object delete expression
https://timsong-cpp.github.io/cppwp/expr.unary#def:delete,single-object
array delete expression
https://timsong-cpp.github.io/cppwp/expr.unary#def:delete,array
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-1.sentence-2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-1.sentence-3
56
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-56
[conv]
https://timsong-cpp.github.io/cppwp/conv
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-1.sentence-4
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-1.sentence-5
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-1.sentence-6
2
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-2
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6508
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-2.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-2.sentence-2
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
[new.delete.placement]
https://timsong-cpp.github.io/cppwp/new.delete.placement
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-2.sentence-3
57
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-57
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-2.sentence-4
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-note-1
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-2.sentence-5
2
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-note-2
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
[expr.const.cast]
https://timsong-cpp.github.io/cppwp/expr.const.cast
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-2.sentence-6
3
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-3
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6541
[conv.qual]
https://timsong-cpp.github.io/cppwp/conv.qual
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-3.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-3.sentence-2
4
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-4
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6553
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-4.sentence-1
5
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-5
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6558
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-5.sentence-1
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-5.sentence-2
[class.base.init]
https://timsong-cpp.github.io/cppwp/class.base.init
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-5.sentence-3
6
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-6
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6573
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
(6.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-6.1
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
[expr.new]
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
deallocation function
https://timsong-cpp.github.io/cppwp/basic.stc.dynamic.deallocation
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-6.1.sentence-1
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-6.1.sentence-2
(6.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-6.2
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-6.2.sentence-1
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-6.2.sentence-2
(6.3)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-6.3
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-6.3.sentence-1
3
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-note-3
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-6.sentence-2
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-6.sentence-3
7
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-7
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6607
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-7.sentence-1
4
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-note-4
[new.delete.single]
https://timsong-cpp.github.io/cppwp/new.delete.single
[new.delete.array]
https://timsong-cpp.github.io/cppwp/new.delete.array
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-7.sentence-2
[replacement.functions]
https://timsong-cpp.github.io/cppwp/replacement.functions
[class.free]
https://timsong-cpp.github.io/cppwp/class.free
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-7.sentence-3
8
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-8
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6620
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
(8.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-8.1
[class.dtor]
https://timsong-cpp.github.io/cppwp/class.dtor
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-8.1.sentence-1
(8.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-8.2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-8.2.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-8.sentence-2
[basic.stc.dynamic.deallocation]
https://timsong-cpp.github.io/cppwp/basic.stc.dynamic.deallocation
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-8.sentence-3
5
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-note-5
[basic.lookup]
https://timsong-cpp.github.io/cppwp/basic.lookup
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-8.sentence-4
9
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-9
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6648
(9.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-9.1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-9.1.sentence-1
(9.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-9.2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-9.2.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-9.2.sentence-2
(9.3)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-9.3
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-9.3.sentence-1
(9.4)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-9.4
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-9.4.sentence-1
(9.5)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-9.5
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-9.5.sentence-1
(9.6)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-9.6
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-9.6.sentence-1
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-9.sentence-2
10
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-10
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6683
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-10.sentence-1
6
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-note-6
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-10.sentence-2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-10.sentence-3
delete-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:delete-expression
[expr.new]
https://timsong-cpp.github.io/cppwp/expr.unary#expr.new
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-10.sentence-4
7
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-note-7
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-10.sentence-5
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-10.sentence-6
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-10.sentence-7
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-10.sentence-8
8
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-note-8
[new.delete.single]
https://timsong-cpp.github.io/cppwp/new.delete.single
[new.delete.array]
https://timsong-cpp.github.io/cppwp/new.delete.array
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.delete-10.sentence-9
56)
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-56
56)
https://timsong-cpp.github.io/cppwp/expr.unary#footnoteref-56
lambda-expression
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.general#nt:lambda-expression
lambda-introducer
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.general#nt:lambda-introducer
lambda-expression
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.general#nt:lambda-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-56.sentence-1
57)
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-57
57)
https://timsong-cpp.github.io/cppwp/expr.unary#footnoteref-57
new-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:new-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-57.sentence-1
.
https://timsong-cpp.github.io/cppwp/expr.unary#footnote-57.sentence-2
7.6.2.10
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect
[expr.reflect]
https://timsong-cpp.github.io/cppwp/expr.reflect
reflect-expression:
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflect-expression
reflection-name
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflection-name
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
id-expression
https://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
reflection-name:
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflection-name
nested-name-specifier
https://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:nested-name-specifier
identifier
https://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
nested-name-specifier
https://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:nested-name-specifier
identifier
https://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-1
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6751
reflection operator
https://timsong-cpp.github.io/cppwp/expr.unary#def:operator,reflection
[basic.fundamental]
https://timsong-cpp.github.io/cppwp/basic.fundamental
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-1.sentence-1
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-note-1
reflect-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflect-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-1.sentence-2
2
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-2
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6762
reflection-name
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflection-name
nested-name-specifier
https://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:nested-name-specifier
identifier
https://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-2.sentence-1
reflection-name
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflection-name
nested-name-specifier
https://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:nested-name-specifier
identifier
https://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-2.sentence-2
3
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-3
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6770
reflect-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflect-expression
reflect-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflect-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-3.sentence-1
reflect-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflect-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-3.sentence-2
1
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-example-1
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
reflect-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflect-expression
4
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-4
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6794
reflect-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflect-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-4.sentence-1
5
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6798
reflect-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflect-expression
reflection-name
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflection-name
identifier
https://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
(5.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.1
using-declarator
https://timsong-cpp.github.io/cppwp/namespace.udecl#nt:using-declarator
[basic.lookup.general]
https://timsong-cpp.github.io/cppwp/basic.lookup.general
[namespace.udecl]
https://timsong-cpp.github.io/cppwp/namespace.udecl
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.1.sentence-1
2
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-example-2
using-declarator
https://timsong-cpp.github.io/cppwp/namespace.udecl#nt:using-declarator
[class.member.lookup]
https://timsong-cpp.github.io/cppwp/class.member.lookup
using-declarator
https://timsong-cpp.github.io/cppwp/namespace.udecl#nt:using-declarator
(5.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.2
[namespace.alias]
https://timsong-cpp.github.io/cppwp/namespace.alias
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.2.sentence-1
(5.3)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.3
[basic.namespace]
https://timsong-cpp.github.io/cppwp/basic.namespace
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.3.sentence-1
(5.4)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.4
[temp.concept]
https://timsong-cpp.github.io/cppwp/temp.concept
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.4.sentence-1
(5.5)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.5
[temp.names]
https://timsong-cpp.github.io/cppwp/temp.names
(5.5.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.5.1
[class.pre]
https://timsong-cpp.github.io/cppwp/class.pre
(5.5.1.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.5.1.1
reflection-name
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflection-name
nested-name-specifier
https://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:nested-name-specifier
identifier
https://timsong-cpp.github.io/cppwp/lex.name#nt:identifier
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.5.1.1.sentence-1
(5.5.1.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.5.1.2
type-name
https://timsong-cpp.github.io/cppwp/dcl.type.simple#nt:type-name
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.5.1.2.sentence-1
(5.5.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.5.2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.5.2.sentence-1
(5.5.3)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.5.3
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.5.3.sentence-1
2
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-note-2
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.5.3.sentence-2
(5.6)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.6
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.6.sentence-1
(5.7)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.7
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.7.sentence-1
(5.8)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.8
[class.union.anon]
https://timsong-cpp.github.io/cppwp/class.union.anon
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.8.sentence-1
(5.9)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.9
reflection-name
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflection-name
id-expression
https://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-5.9.sentence-1
6
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-6
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6876
reflect-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflect-expression
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
(6.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-6.1
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
[dcl.spec.auto.general]
https://timsong-cpp.github.io/cppwp/dcl.spec.auto.general
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-6.1.sentence-1
(6.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-6.2
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
nested-name-specifier
https://timsong-cpp.github.io/cppwp/expr.prim.id.qual#nt:nested-name-specifier
simple-template-id
https://timsong-cpp.github.io/cppwp/temp.names#nt:simple-template-id
template-name
https://timsong-cpp.github.io/cppwp/temp.names#nt:template-name
[temp.alias]
https://timsong-cpp.github.io/cppwp/temp.alias
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-6.2.sentence-1
(6.3)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-6.3
type-id
https://timsong-cpp.github.io/cppwp/dcl.name#nt:type-id
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-6.3.sentence-1
7
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-7
#
https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/expressions.tex#L6895
reflect-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflect-expression
id-expression
https://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
(7.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-7.1
id-expression
https://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
(7.1.1)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-7.1.1
init-capture
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:init-capture
[expr.prim.lambda.capture]
https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture
(7.1.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-7.1.2
[dcl.fct.def.general]
https://timsong-cpp.github.io/cppwp/dcl.fct.def.general
(7.1.3)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-7.1.3
requires-expression
https://timsong-cpp.github.io/cppwp/expr.prim.req.general#nt:requires-expression
[expr.prim.req]
https://timsong-cpp.github.io/cppwp/expr.prim.req
(7.1.4)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-7.1.4
[basic.pre]
https://timsong-cpp.github.io/cppwp/basic.pre
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-7.1.sentence-1
(7.2)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-7.2
id-expression
https://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
[over.over]
https://timsong-cpp.github.io/cppwp/over.over
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-7.2.sentence-1
(7.3)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-7.3
id-expression
https://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-7.3.sentence-1
(7.4)
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-7.4
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-7.4.sentence-1
3
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-note-3
unqualified-id
https://timsong-cpp.github.io/cppwp/expr.prim.id.unqual#nt:unqualified-id
pack-index-expression
https://timsong-cpp.github.io/cppwp/expr.prim.pack.index#nt:pack-index-expression
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-7.4.sentence-2
id-expression
https://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression
reflect-expression
https://timsong-cpp.github.io/cppwp/expr.unary#nt:reflect-expression
[expr.context]
https://timsong-cpp.github.io/cppwp/expr.context
.
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-7.sentence-2
3
https://timsong-cpp.github.io/cppwp/expr.unary#expr.reflect-example-3
[basic.lookup.general]
https://timsong-cpp.github.io/cppwp/basic.lookup.general
URLs of
crawlers that visited me
.