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

Deleted copy constructor; the lock is not copyable.

Synopsis

Declared in <folly/SharedMutex.h>

shared_lock(shared_lock const& other) = delete;

Parameters

NameDescription
otherThe lock that would be copied from.