std::unique_lock<Mutex>::~unique_lock

Destroys the lock. If *this has an associated mutex and has acquired ownership of it, the mutex is unlocked.

# Declarations

~unique_lock();

(since C++11)