public member function
<mutex>

std::recursive_timed_mutex::~recursive_timed_mutex

~recursive_timed_mutex();
销毁递归 timed_mutex
销毁 recursive_timed_mutex 对象。

如果在销毁时对象被锁定,则会发生未定义行为

异常安全

如果未锁定,则永远不会抛出异常(无抛出保证)。
否则,未定义行为