Namespaces
Variants

std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>:: mapping

From cppreference.net
constexpr const mapping_type & mapping ( ) const noexcept ;
(C++23 이후)

레이아웃 매핑을 반환합니다. 다음 코드와 동일합니다: return map_ ; .

목차

매개변수

(없음)

반환값

기본 레이아웃 매핑 객체에 대한 const 참조로, mapping_type 의 객체를 가리킵니다.

예제

참고 항목