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