[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;

1

#

Returns: owns.

🔗

explicit operator bool() const noexcept;

2

#

Returns: owns.

🔗

mutex_type* mutex() const noexcept;

3

#

Returns: pm.