other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| std::unique_lock::~unique_lock(3) | C++ Standard Libary | std::unique_lock::~unique_lock(3) | 
NAME¶
std::unique_lock::~unique_lock - std::unique_lock::~unique_lock
Synopsis¶
~unique_lock(); (since C++11)
  
   Destroys the lock. If *this has an associated mutex and has acquired
    ownership of
  
   it, the mutex is unlocked.
| 2024.06.10 | http://cppreference.com |