[#absl-Notification-operator_assign] = xref:absl.adoc[absl]::xref:absl/Notification.adoc[Notification]::operator= :relfileprefix: ../../ :mrdocs: Deleted copy assignment; `Notification` is not copyable. == Synopsis Declared in `<absl/synchronization/notification.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Notification.adoc[Notification]& operator=(xref:absl/Notification.adoc[Notification] 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]#