[#std-shared_lock-0b-2constructor-07d] = xref:std.adoc[std]::xref:std/shared_lock-0b.adoc[shared_lock<folly::SharedMutexImpl<ReaderPriority, Tag_, Atom, Policy>>]::shared_lock :relfileprefix: ../../ :mrdocs: Deleted copy constructor; the lock is not copyable. == Synopsis Declared in `<folly/SharedMutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- shared_lock(xref:std/shared_lock-0b.adoc[shared_lock] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The lock that would be copied from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#