[#absl-NoDestructor-08-operator_ptr-08] = xref:absl.adoc[absl]::xref:absl/NoDestructor-08.adoc[NoDestructor]::operator‐> :relfileprefix: ../../ :mrdocs: Pretend to be a smart pointer to const T with deep constness. Never returns a null pointer. == Synopsis Declared in `<absl/base/no_destructor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T const* operator‐>() const; ---- == Return Value A const pointer to the wrapped `T`. [.small]#Created with https://www.mrdocs.com[MrDocs]#