absl::operator==

Returns true if f is empty.

Synopsis

Declared in <absl/functional/any_invocable.h>

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

Return Value

true if f is empty.

Parameters

NameDescription
fThe AnyInvocable to check.
unusedUnused parameter.