Pretend to be a smart pointer to const T with deep constness. Never returns a null pointer.
Declared in <absl/base/no_destructor.h>
<absl/base/no_destructor.h>
T const& operator*() const;
A const reference to the wrapped T.
T