Move‐construct a Cleanup, transferring ownership of the callback.

Synopsis

Declared in <absl/cleanup/cleanup.h>

Cleanup(Cleanup&& other) = default;

Parameters

Name

Description

other

The guard to move from.

Created with MrDocs