[#absl-WriterMutexLock-operator_assign-04] = xref:absl.adoc[absl]::xref:absl/WriterMutexLock.adoc[WriterMutexLock]::operator= :relfileprefix: ../../ :mrdocs: Assignment operators == Synopses Declared in `<absl/synchronization/mutex.h>` Deleted copy assignment. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/WriterMutexLock.adoc[WriterMutexLock]& xref:absl/WriterMutexLock/operator_assign-0b.adoc[operator=](xref:absl/WriterMutexLock.adoc[WriterMutexLock] const& other) = delete; ---- [.small]#xref:absl/WriterMutexLock/operator_assign-0b.adoc[_» more..._]# Deleted move assignment. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/WriterMutexLock.adoc[WriterMutexLock]& xref:absl/WriterMutexLock/operator_assign-0c.adoc[operator=](xref:absl/WriterMutexLock.adoc[WriterMutexLock]&& other) = delete; ---- [.small]#xref:absl/WriterMutexLock/operator_assign-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#