Scroll to navigation

std::timed_mutex::~timed_mutex(3) C++ Standard Libary std::timed_mutex::~timed_mutex(3)

NAME

std::timed_mutex::~timed_mutex - std::timed_mutex::~timed_mutex

Synopsis


~timed_mutex();


Destroys the mutex.


The behavior is undefined if the mutex is owned by any thread or if any thread
terminates while holding any ownership of the mutex.

See also

2022.07.31 http://cppreference.com