W3cubDocs

/C++

std::shared_lock::mutex

mutex_type* mutex() const;
(since C++14)

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

Parameters

(none).

Return value

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

Exceptions

noexcept specification:
noexcept

Example

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/thread/shared_lock/mutex