std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>:: mapping
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
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
constexpr
const
mapping_type
&
mapping
(
)
const
noexcept
;
|
(C++23 이후) | |
레이아웃 매핑을 반환합니다. 다음 코드와 동일합니다:
return
map_
;
.
목차 |
매개변수
(없음)
반환값
기본 레이아웃 매핑 객체에 대한 const 참조로,
mapping_type
의 객체를 가리킵니다.
예제
|
이 섹션은 불완전합니다
이유: 예제가 없음 |
참고 항목
| 이 섹션은 불완전합니다 |