template <typename T, CheckType Check>
class LazyInit
Defined at line 278 of file ../../zircon/system/ulib/lazy_init/include/lib/lazy_init/lazy_init.h
Specialization that includes a global destructor. This type is based on the
equivalent specialization without a global destructor and simply calls the
base type Destruct() method.
Public Methods
void ~LazyInit<T, Check, Destructor::Enabled> ()
Defined at line 282 of file ../../zircon/system/ulib/lazy_init/include/lib/lazy_init/lazy_init.h