std::shared_mutex::native_handle
来自cppreference.com
< cpp | thread | shared mutex
并发支持库
|
|
std::shared_mutex
成员函数 | ||||
排他性锁定 | ||||
共享锁定 | ||||
原生句柄 | ||||
shared_mutex::native_handle
|
native_handle_type
native_handle();
|
(C++17
起) (可选) |
|
返回底层实现定义的原生句柄对象。
参数
(无)
返回值
实现定义的原生句柄对象。
异常
实现定义。
示例
本节未完成 原因:暂无示例 |