Returns true if f is empty.

Synopsis

Declared in <absl/functional/any_invocable.h>

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

Return Value

true if f is empty.

Parameters

Name

Description

f

The AnyInvocable to check.

unused

Unused parameter.

Created with MrDocs