Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Releases any resources that are associated with the unique_lock object.
~unique_lock() _NOEXCEPT;
Remarks
If the calling thread owns the associated mutex, the destructor releases ownership by calling unlock on the mutex object.
Requirements
Header: mutex
Namespace: std