C++ 参考手册

位置:首页 > C++ 参考手册 >容器库 >std::span > std::span<T,Extent>::size_bytes

constexpr size_type size_bytes() const noexcept;

返回以字节计的序列大小。

返回值

以字节计的序列大小,即 size() * sizeof(element_type)

参阅

返回序列中的元素数
(公开成员函数)