std::unique_lock<Mutex>::mutex
Min standard notice:
Returns a pointer to the associated mutex, or a null pointer if there is no associated mutex.
# Declarations
mutex_type* mutex() const noexcept;
(since C++11)
# Return value
Pointer to the associated mutex or a null pointer if there is no associated mutex.
# Example
This section is incompleteReason: no example