Difference between revisions of "cpp/container/span/data"
From cppreference.com
(Added const.) |
m (link to ja) |
||
Line 15: | Line 15: | ||
{{dsc end}} | {{dsc end}} | ||
− | {{langlinks|zh}} | + | {{langlinks|ja|zh}} |
Revision as of 00:20, 6 July 2018
constexpr pointer data() const noexcept; |
||
Returns a pointer to the beginning of the sequence.
Return value
A pointer to the beginning of the sequence.
See also
constructs a span (public member function) |