命名空间
变体
操作

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

来自 cppreference.com
< cpp‎ | container‎ | mdspan
 
 
 
 
constexpr const data_handle_type& data_handle() const noexcept;
(自 C++23 起)

返回 data_handle_type 的底层数据句柄。等效于 return ptr_;.

内容

[编辑] 参数

(无)

[编辑] 返回值

对底层数据句柄的常量引用。

[编辑] 示例

[编辑] 另请参阅