std::lock_guard<Mutex>::~lock_guard

Releases the ownership of the owned mutex.

# Declarations

~lock_guard();

(since C++11)