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