Constructors
Declared in <absl/debugging/leak_check.h>
Constructs the disabler, disabling leak checking for the current thread.
LeakCheckDisabler();
» more...
Deleted copy constructor; the disabler is not copyable.
LeakCheckDisabler(LeakCheckDisabler const& other) = delete;
» more...