std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>::accessor - cppreference.com (original) (raw)

| constexpr const accessor_type& accessor() const noexcept; | | (since C++23) | | ---------------------------------------------------------- | | ------------- |

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

[edit] Parameters

(none)

[edit] Return value

See above.

[edit] Example

[edit] See also