[conv.array] (original) (raw)

7 Expressions [expr]

7.3 Standard conversions [conv]

7.3.3 Array-to-pointer conversion [conv.array]

1

#

An lvalue or rvalue of type “array of N T” or “array of unknown bound of T” can be converted to a prvalue of type “pointer to T”.

The temporary materialization conversion ([conv.rval]) is applied.

The result is a pointer to the first element of the array.