std::span<T,Extent>::data
|
constexpr pointer data() const noexcept;
|
(since C++20) | |
Returns a pointer to the beginning of the sequence.
Return value
A pointer to the beginning of the sequence.
Example
Output:
ABCDEF BCDEF CDEF DEF EF F
See also
|
(C++20)
|
constructs a span(public member function) |