std::shared_lock<folly::SharedMutexImpl<ReaderPriority, Tag_, Atom, Policy>>::operator=

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

NameDescription
otherThe lock that would be assigned from.