std::shared_timed_mutex::shared_timed_mutex
来自cppreference.com
< cpp | thread | shared timed mutex
shared_timed_mutex(); |
(1) | (C++14 起) |
shared_timed_mutex( const shared_timed_mutex& ) = delete; |
(2) | (C++14 起) |
1) 构造互斥。调用后互斥在未锁定状态。
2) 复制构造函数被删除。
参数
(无)
异常
若构造不成功则抛出 std::system_error 。