File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ Array Temporaries
167
167
-----------------
168
168
169
169
The new ``ArrayParameterType `` is a non-array type which represents an array
170
- value. It is only applied to constant-sized array ``ParmVarDecl `` nodes. Much
171
- like a `` DecayedType `` it stores both the original `` ConstantArrayType `` and a
172
- decayed `` PointerType ``, which is used during code generation .
170
+ value. It is a sub-class of ``ConstantArrayType `` inheriting all the behaviors
171
+ and methods of the parent except that it does not decay to a pointer during
172
+ overload resolution or template type deduction .
173
173
174
174
An argument of ``ConstantArrayType `` can be implicitly converted to an
175
175
equivalent non-decayed ``ArrayParameterType `` if the underlying canonical
You can’t perform that action at this time.
0 commit comments