Namespaces
Variants
Views
Actions

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

From cppreference.com
< cpp‎ | container‎ | mdspan
 
 
 
 
constexpr const accessor_type& accessor() const noexcept;
(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