other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| std::scoped_lock::~scoped_lock(3) | C++ Standard Libary | std::scoped_lock::~scoped_lock(3) | 
NAME¶
std::scoped_lock::~scoped_lock - std::scoped_lock::~scoped_lock
Synopsis¶
~scoped_lock(); (since C++17)
  
   Releases the ownership of the owned mutexes.
  
   Effectively calls unlock() on every mutex from the pack of mutexes passed to
    the
  
   scoped_lock's constructor.
| 2024.06.10 | http://cppreference.com |