other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| std::mutex::~mutex(3) | C++ Standard Libary | std::mutex::~mutex(3) | 
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¶
 C documentation for
  
   mtx_destroy
| 2024.06.10 | http://cppreference.com |