cpp / latest / thread / scoped_lock / ~scoped_lock.html /

std::scoped_lock<MutexTypes...>::~scoped_lock

~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.

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/thread/scoped_lock/%7Escoped_lock