absl::Notification::Notification

Deleted copy constructor; Notification is not copyable.

Synopsis

Declared in <absl/synchronization/notification.h>

Notification(Notification const& other) = delete;

Parameters

NameDescription
otherThe object to copy construct from