◐ Shell
clean mode source ↗

std::span<T,Extent>::size_bytes - cppreference.com

提供: cppreference.com

<tbody> </tbody>

constexpr size_type size_bytes() const noexcept;

シーケンスのサイズをバイトで返します。

戻り値

シーケンスのサイズのバイト数、すなわち size() * sizeof(element_type)

関連項目