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

See Also

Reference

<mutex>

mutex Class (STL)

Other Resources

Header Files