mutex_type* mutex() const noexcept; | (since C++11) |
Returns a pointer to the associated mutex, or a null pointer if there is no associated mutex.
(none).
Pointer to the associated mutex or a null pointer if there is no associated mutex.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/thread/unique_lock/mutex