Assigns an AnyInvocable from a nullptr, clearing the AnyInvocable. If not empty, destroys the target, putting *this into an empty state.
Declared in <absl/functional/any_invocable.h>
AnyInvocable&
operator=(std::nullptr_t unused) noexcept;
A reference to *this.
| Name | Description |
|---|---|
| unused | Unused parameter. |