absl::operator!=

Returns false if f is empty.

Synopsis

Declared in <absl/functional/any_invocable.h>

bool
operator!=(
    std::nullptr_t unused,
    AnyInvocable const& f) noexcept;

Return Value

false if f is empty.

Parameters

NameDescription
fThe AnyInvocable to check.
unusedUnused parameter.