std::span<T,Extent>::size_bytes
提供: cppreference.com
<tbody>
</tbody>
constexpr size_type size_bytes() const noexcept; |
||
シーケンスのサイズをバイトで返します。
戻り値
シーケンスのサイズのバイト数、すなわち size() * sizeof(element_type)。
関連項目
| シーケンスの要素数を返します (パブリックメンバ関数) |