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

< cpp‎ | container‎ | span
constexpr pointer data() const noexcept;

返回指向序列起始的指针。

返回值

指向序列起始的指针。

参阅

构造 span
(公开成员函数)