recursive_timed_mutex::~recursive_timed_mutex Destructor

Releases any resources that are used by the recursive_timed_mutex object.

~recursive_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>

recursive_timed_mutex Class

Other Resources

C++ Standard Library Header Files