◐ Shell
clean mode source ↗

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

提供: cppreference.com

<tbody> </tbody>

[[nodiscard]] constexpr bool empty() const noexcept;

スパンが空かどうか調べます。

戻り値

スパンが空 (すなわち size() == 0) であれば true、そうでなければ false

関連項目