timed_mutex::~timed_mutex Destructor

Releases any resources that are used by the mutex object.

~timed_mutex();

Remarks

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

Requirements

Header: mutex

Namespace: std

See Also

Reference

<mutex>

timed_mutex Class

Other Resources

Header Files