Namespaces
Variants
Actions

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

From cppreference.com
< cpp‎ | container‎ | mdspan
 
 
 
 
constexprconst accessor_type& accessor()constnoexcept;
(since C++23)

Returns a const reference to the accessor acc_. Equivalent to return acc_;.

Contents

[edit]Parameters

(none)

[edit]Return value

See above.

[edit]Example

[edit]See also

close