Returns false if f is empty.
Declared in <absl/functional/any_invocable.h>
bool
operator!=(
AnyInvocable const& f,
std::nullptr_t unused) noexcept;
false if f is empty.
| Name | Description |
|---|---|
| f | The AnyInvocable to check. |
| unused | Unused parameter. |