Prevent the callback from executing.
Synopsis
Declared in <absl/cleanup/cleanup.h>
void
Cancel() &&;
Description
Invoke on an rvalue, e.g. std::move(cleanup).Cancel().
Created with MrDocs