std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>::accessor
Min standard notice:
Returns a const reference to the accessor acc_. Equivalent to return acc_;.
# Declarations
constexpr const accessor_type& accessor() const noexcept;
(since C++23)
# Return value
See above.
# Example
This section is incompleteReason: no example