std::layout_left::mapping<Extents>:: stride
From cppreference.net
<
cpp
|
container
|
mdspan
|
layout left
|
mapping
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
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::layout_left::mapping
| Member functions | ||||
| Observers | ||||
|
mapping::required_span_size
|
||||
| Non-member functions | ||||
|
constexpr
index_type required_span_size
(
)
const
noexcept
;
|
(C++23부터) | |
매핑에 필요한 크기를 반환합니다.
extents ( ) . fwd-prod-of-extents ( extents_type :: rank ( ) ) ; 와 동등합니다.
반환값
매핑의 필요 크기.
예제
|
이 섹션은 불완전합니다
이유: 예제 없음 |
참고 항목
|
매핑의 필요 크기를 반환함
(
std::layout_right::mapping<Extents>
의 public 멤버 함수)
|
|
|
매핑의 필요 크기를 반환함
(
std::layout_stride::mapping<Extents>
의 public 멤버 함수)
|
|
|
다차원 인덱스 공간의 크기를 반환함
(
std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>
의 public 멤버 함수)
|