Assigns an AnyInvocable through move-assignment. Note that f is not guaranteed to be empty after move-assignment although it may be.
Declared in <absl/functional/any_invocable.h>
AnyInvocable&
operator=(AnyInvocable&& f) noexcept = default;
A reference to *this.
| Name | Description |
|---|---|
| f | The AnyInvocable to move from. |