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