Deleted copy assignment; the lock is not copyable.
Synopsis
Declared in <folly/SharedMutex.h>
shared_lock&
operator=(shared_lock const& other) = delete;
Return Value
Nothing; this operator is deleted.
Parameters
Name |
Description |
other |
The lock that would be assigned from. |
Created with MrDocs