Namespaces
Variants

std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>:: empty

From cppreference.net
constexpr bool empty ( ) const noexcept ;
(C++23以降)

mdspan が空かどうかを確認します。

目次

翻訳内容: - "Contents" → "目次" - HTMLタグ、属性、 内のC++関連用語(Parameters, Return value, Example, See also)は翻訳せず保持 - 数値、書式、構造は完全に維持

パラメータ

(なし)

戻り値

true 多次元インデックス空間のサイズ extents() 0 の場合、それ以外の場合は false

関連項目