[#absl-Notification-2constructor-0f8] = xref:absl.adoc[absl]::xref:absl/Notification.adoc[Notification]::Notification :relfileprefix: ../../ :mrdocs: Deleted copy constructor; `Notification` is not copyable. == Synopsis Declared in `<absl/synchronization/notification.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Notification(xref:absl/Notification.adoc[Notification] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The object to copy construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#