std::span<T,Extent>::empty
提供: cppreference.com
<tbody>
</tbody>
[[nodiscard]] constexpr bool empty() const noexcept; |
||
スパンが空かどうか調べます。
戻り値
スパンが空 (すなわち size() == 0) であれば true、そうでなければ false。
関連項目
| シーケンスの要素数を返します (パブリックメンバ関数) |