On this page
std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>::data_handle
|
(since C++23) |
Returns the underlying data handle of data_handle_type
. Equivalent to return ptr_;
.
Parameters
(none)
Return value
A const reference to the underlying data handle.
Example
See also
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/container/mdspan/data_handle