std::span<T,Extent>::data_C++中文网

C++ 参考手册

constexpr pointer data() const noexcept;

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

返回值

指向序列起始的指针。

参阅