[#absl-AnyInvocable-operator_assign-0a] = xref:absl.adoc[absl]::xref:absl/AnyInvocable.adoc[AnyInvocable]::operator= :relfileprefix: ../../ :mrdocs: Assigns an `AnyInvocable` from a nullptr, clearing the `AnyInvocable`. If not empty, destroys the target, putting `*this` into an empty state. == Synopsis Declared in `<absl/functional/any_invocable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/AnyInvocable.adoc[AnyInvocable]& operator=(std::nullptr_t unused) noexcept; ---- == Return Value A reference to `*this`. == Parameters [cols="1,4"] |=== | Name| Description | *unused* | Unused parameter. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#