[#absl-Notification-HasBeenNotified] = xref:absl.adoc[absl]::xref:absl/Notification.adoc[Notification]::HasBeenNotified :relfileprefix: ../../ :mrdocs: Queries the notification's "notified" state. == Synopsis Declared in `<absl/synchronization/notification.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] bool HasBeenNotified() const; ---- == Return Value The value of the notification's internal "notified" state. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#