mutex::~mutex Destructor (STL)
Releases any resources that are used by the mutex object.
~mutex();
Remarks
If the object is locked when the destructor runs, the behavior is undefined.
Requirements
Header: mutex
Namespace: std
Releases any resources that are used by the mutex object.
~mutex();
If the object is locked when the destructor runs, the behavior is undefined.
Header: mutex
Namespace: std