[thread.lock.shared.obs] (original) (raw)
32 Concurrency support library [thread]
32.6 Mutual exclusion [thread.mutex]
32.6.5 Locks [thread.lock]
32.6.5.5 Class template shared_lock [thread.lock.shared]
32.6.5.5.5 Observers [thread.lock.shared.obs]
bool owns_lock() const noexcept;
Returns: owns.
explicit operator bool() const noexcept;
Returns: owns.
mutex_type* mutex() const noexcept;
Returns: pm.