[#absl-WriterMutexLock-operator_assign-0b] = xref:absl.adoc[absl]::xref:absl/WriterMutexLock.adoc[WriterMutexLock]::operator= :relfileprefix: ../../ :mrdocs: Deleted copy assignment. == Synopsis Declared in `<absl/synchronization/mutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/WriterMutexLock.adoc[WriterMutexLock]& operator=(xref:absl/WriterMutexLock.adoc[WriterMutexLock] const& other) = delete; ---- == Return Value Reference to the current object == Parameters [cols="1,4"] |=== | Name| Description | *other* | The object to copy assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#