constexpr const data_handle_type& data_handle() const noexcept;
返回 data_handle_type 的底层数据句柄。等价于 return ptr_;。
data_handle_type
return
ptr_
;
(无)
指向底层数据句柄的常量引用。