array::data
Access the underlying array directly.
Synopsis
Description
Returns a pointer to the underlying array serving as element storage. The value returned is such that the range [data(), data() + size())
is always a valid range, even if the container is empty.
If |
Complexity
Constant.
Exception Safety
No-throw guarantee.