[#absl-Cleanup-0a-Invoke] = xref:absl.adoc[absl]::xref:absl/Cleanup-0a.adoc[Cleanup]::Invoke :relfileprefix: ../../ :mrdocs: Execute the callback early and prevent it from running on destruction. == Synopsis Declared in `<absl/cleanup/cleanup.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Invoke() &&; ---- == Description Invoke on an rvalue, e.g. `std::move(cleanup).Invoke()`. [.small]#Created with https://www.mrdocs.com[MrDocs]#