std::shared_lock<Mutex>::mutex

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++14)

# Return value

Pointer to the associated mutex or a null pointer if there is no associated mutex.

# Example

This section is incompleteReason: no example