absl::NoDestructor::operator->

Pretend to be a smart pointer to T with deep constness. Never returns a null pointer.

Synopsis

Declared in <absl/base/no_destructor.h>

T*
operator->();

Return Value

A pointer to the wrapped T.