std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>:: accessor
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
accessor_type
&
accessor
(
)
const
noexcept
;
|
(C++23 이후) | |
접근자
acc_
의 const 참조를 반환합니다.
return
acc_
;
와 동일합니다.
목차 |
매개변수
(없음)
반환값
위를 참조하십시오.
예제
|
이 섹션은 불완전합니다
이유: 예제가 없음 |
참고 항목
| 이 섹션은 불완전합니다 |