std::span<T,Extent>::data (3) - Linux Manuals

std::span<T,Extent>::data: std::span<T,Extent>::data

NAME

std::span<T,Extent>::data - std::span<T,Extent>::data

Synopsis


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
constructor (public member function)