std::shared_timed_mutex::~shared_timed_mutex

~shared_timed_mutex();

销毁互斥。

若互斥为任何线程占有,或若任何线程在保有任何互斥的所有权时终止,则行为未定义。

参阅