std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>::rank_dynamic
来自cppreference.com
static constexpr rank_type rank_dynamic() noexcept; | (C++23 起) | |
返回 mdspan
中动态维度的数量。等价于 return Extents::rank_dynamic()。
参数
(无)
返回值
动态维度数量。
示例
本节未完成 原因:暂无示例 |
参阅
[静态] | 返回 extents 的动态秩 ( std::extents<IndexType,Extents...> 的公开静态成员函数) |
[静态] | 返回 mdspan 的秩 (公开静态成员函数) |