std::mutex::~mutex (3) - Linux Manuals

std::mutex::~mutex: std::mutex::~mutex

NAME

std::mutex::~mutex - std::mutex::~mutex

Synopsis


~mutex();


Destroys the mutex.
The behavior is undefined if the mutex is owned by any thread or if any thread terminates while holding any ownership of the mutex.

See also