Deleted copy constructor; the lock is not copyable.

Synopsis

Declared in <folly/SharedMutex.h>

shared_lock(shared_lock const& other) = delete;

Parameters

Name

Description

other

The lock that would be copied from.

Created with MrDocs