std::shared_timed_mutex::~shared_timed_mutex
来自cppreference.com
< cpp | thread | shared timed mutex
~shared_timed_mutex(); |
||
销毁互斥体。
若互斥体被任何线程占有,或若有任何线程在保有此互斥体的任何所有权时终止,则行为未定义。