W3cubDocs

/C++

std::shared_lock::lock

void lock();
(since C++14)

Locks the associated mutex in shared mode. Effectively calls mutex()->lock_shared().

Parameters

(none).

Return value

(none).

Exceptions

Example

See also

tries to lock the associated mutex
(public member function)
unlocks the associated mutex
(public member function)

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