absl::AnyInvocable::swap()

Synopsis

Declared in <absl/functional/any_invocable.h>

void
swap(AnyInvocable& other) noexcept;

Description

Exchanges the targets of *this and other.

Parameters

Name

Description

other

The AnyInvocable to swap with.

Created with MrDocs