static constexpr rank_type rank_dynamic() noexcept; |
|
(自 C++23 起) |
| | |
返回 mdspan
中动态维度的数量。等效于 return Extents::rank_dynamic().
[编辑] 参数
(无)
[编辑] 返回值
动态维度的数量。
[编辑] 示例
[编辑] 另请参阅
|
返回 extents 的动态秩 (std::extents<IndexType,Extents...> 的公共静态成员函数) [编辑] |
|
返回 mdspan 的秩 (公共静态成员函数) [编辑] |