名前空間
変種
操作

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

From cppreference.com
< cpp‎ | container‎ | mdspan
 
 
 
 
static constexpr rank_type rank_dynamic() noexcept;
(C++23から)

mdspan の動的次元の数を返します。return Extents::rank_dynamic() と同等です。

目次

[編集] Parameters

(なし)

[編集] Return value

動的次元の数。

[編集] Example

[編集] See also

extents の動的ランクを返します。
(std::extents<IndexType,Extents...> の public static member function) [編集]
[static]
mdspan のランクを返します。
(public static member function) [編集]
English 日本語 中文(简体) 中文(繁體)