Title
Data() undocumented
Status
cd1
Section
[array][tr.array.array]
Submitter
Pete Becker

Created on 2005-07-03.00:00:00 last changed 163 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Add a new section, after 6.2.2.3:

T*       data()
const T* data() const;

Returns: elems.

Change 6.2.2.4/2 to:

In the case where N == 0, begin() == end(). The return value of data() is unspecified.

Date: 2005-07-03.00:00:00

array<>::data() is present in the class synopsis, but not documented.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg2923
2005-07-03 00:00:00admincreate