[#absl-LeakCheckDisabler-2constructor-008] = xref:absl.adoc[absl]::xref:absl/LeakCheckDisabler.adoc[LeakCheckDisabler]::LeakCheckDisabler :relfileprefix: ../../ :mrdocs: Deleted copy constructor; the disabler is not copyable. == Synopsis Declared in `<absl/debugging/leak_check.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- LeakCheckDisabler(xref:absl/LeakCheckDisabler.adoc[LeakCheckDisabler] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The object to copy construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#