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
Den här webbläsaren stöds inte längre.
Uppgradera till Microsoft Edge och dra nytta av de senaste funktionerna och säkerhetsuppdateringarna, samt teknisk support.
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