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
Ce navigateur n’est plus pris en charge.
Effectuez une mise à niveau vers Microsoft Edge pour tirer parti des dernières fonctionnalités, des mises à jour de sécurité et du support technique.
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