absl::LeakCheckDisabler::LeakCheckDisabler

Deleted copy constructor; the disabler is not copyable.

Synopsis

Declared in <absl/debugging/leak_check.h>

LeakCheckDisabler(LeakCheckDisabler const& other) = delete;

Parameters

NameDescription
otherThe object to copy construct from