Constructs the AnyInvocable in an empty state from a null pointer.

Synopsis

Declared in <absl/functional/any_invocable.h>

AnyInvocable(std::nullptr_t unused) noexcept;

Parameters

Name

Description

unused

Unused parameter.

Created with MrDocs