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