Share via


recursive_mutex::~recursive_mutex Destructor

Releases any resources that are used by the object.

~recursive_mutex();

Remarks

If the object is locked when the destructor runs, the behavior is undefined.

Requirements

Header: mutex

Namespace: std

See Also

Reference

recursive_mutex Class

<mutex>