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

C++ 参考手册

constexpr size_type size() const noexcept;

返回 span 中的元素数。

返回值

span 中的元素数。

参阅