constexpr const data_handle_type& data_handle() const noexcept; | (since C++23) |
Returns the underlying data handle of data_handle_type
. Equivalent to return ptr_;
.
(none).
A const reference to the underlying data handle.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/container/mdspan/data_handle