get overloads
Declared in <absl/base/no_destructor.h>
Pretend to be a smart pointer to T with deep constness. Never returns a null pointer.
T*
get();
» more...
Pretend to be a smart pointer to const T with deep constness. Never returns a null pointer.
T const*
get() const;
» more...
T.T.