[#absl-Notification-2constructor-01] = xref:absl.adoc[absl]::xref:absl/Notification.adoc[Notification]::Notification :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<absl/synchronization/notification.h>` Constructs a notification with an unnotified "notified" state. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Notification/2constructor-0f1.adoc[Notification](); ---- [.small]#xref:absl/Notification/2constructor-0f1.adoc[_» more..._]# Deleted copy constructor; `Notification` is not copyable. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Notification/2constructor-0f8.adoc[Notification](xref:absl/Notification.adoc[Notification] const& other) = delete; ---- [.small]#xref:absl/Notification/2constructor-0f8.adoc[_» more..._]# Constructs a notification with an explicit initial "notified" state. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:absl/Notification/2constructor-00.adoc[Notification](bool prenotify); ---- [.small]#xref:absl/Notification/2constructor-00.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *prenotify* | The initial value of the "notified" state. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#