std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>:: rank_dynamic
From cppreference.net
C++
Containers library
|
(C++17)
|
||||
| Sequence | ||||
|
(C++11)
|
||||
|
(C++26)
|
||||
|
(C++26)
|
||||
|
(C++11)
|
||||
| Associative | ||||
| Unordered associative | ||||
|
(C++11)
|
||||
|
(C++11)
|
||||
|
(C++11)
|
||||
|
(C++11)
|
||||
| Adaptors | ||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(C++23)
|
||||
| Views | ||||
|
(C++20)
|
||||
|
(C++23)
|
||||
| Tables | ||||
| Iterator invalidation | ||||
| Member function table | ||||
| Non-member function table |
std::mdspan
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
static
constexpr
rank_type rank_dynamic
(
)
noexcept
;
|
(C++23부터) | |
mdspan
의 동적 차원 수를 반환합니다.
return
Extents
::
rank_dynamic
(
)
와 동일합니다.
목차 |
매개변수
(없음)
반환값
동적 차원의 수.
예제
|
이 섹션은 불완전합니다
이유: 예제가 없음 |
참고 항목
|
[static]
|
extents
의 동적 랭크를 반환합니다
(
std::extents<IndexType,Extents...>
의 public static 멤버 함수)
|
|
[static]
|
mdspan
의 랭크를 반환합니다
(public static 멤버 함수) |