public member function
<mutex>

std::timed_mutex::~timed_mutex

~timed_mutex();
Destroy timed mutex
Destroys the timed_mutex object.

If the object is locked on destruction, it causes undefined behavior.

Exception safety

If not locked, it never throws exceptions (no-throw guarantee).
Otherwise, undefined behavior.