Destroys a std::timed_mutex object.
~timed_mutex();
- Preconditions:
*thismust not be locked.- Effects:
Destroys
*this.- Throws:
Nothing
Header
#include <mutex>
Destroys a std::timed_mutex object.
~timed_mutex();
*this
must not be locked.
Destroys *this.
Nothing
#include <mutex>