std::shared_lock<Mutex>::mutex_C++中文网

mutex_type* mutex() const noexcept;

(C++14 起)

返回指向关联互斥的指针,或若无关联互斥则返回空指针。

参数

(无)

返回值

指向关联互斥的指针,或若无关联互斥则为空指针。

示例

本节未完成
原因:暂无示例