Constructs the AnyInvocable from an existing AnyInvocable by a move. Note that f is not guaranteed to be empty after move-construction, although it may be.
Declared in <absl/functional/any_invocable.h>
AnyInvocable(AnyInvocable&& f) noexcept = default;
| Name | Description |
|---|---|
| f | The AnyInvocable to move from. |