std::mutex::native_handle
来自cppreference.com
并发支持库
|
|
std::mutex
成员函数 | ||||
锁定 | ||||
本机句柄 | ||||
mutex::native_handle |
native_handle_type native_handle(); | (C++11 起) (not always present) | |
返回底层实现定义的本机句柄对象。
参数
(无)
返回值
实现定义的本机句柄对象。
异常
由实现定义。
示例
本节未完成 原因:暂无示例 |