std::shared_mutex::
~shared_mutex
<
cpp
|
thread
|
shared mutex
~shared_mutex
(
)
;
销毁互斥。
若互斥为任何线程占有,或若任何线程在保有任何互斥的所有权时终止,则行为未定义。
参阅