名前空間
変種
操作

std::span<T,Extent>::size

提供: cppreference.com
< cpp‎ | container‎ | span
constexpr size_type size() const noexcept;

スパンの要素の数を返します。

[編集] 戻り値

スパンの要素の数。

[編集] 関連項目

span を構築します
(パブリックメンバ関数) [edit]
シーケンスのサイズをバイトで返します
(パブリックメンバ関数) [edit]