[#absl-any_span_transform-DerefT-operator_call] = xref:absl.adoc[absl]::xref:absl/any_span_transform.adoc[any_span_transform]::xref:absl/any_span_transform/DerefT.adoc[DerefT]::operator() :relfileprefix: ../../../ :mrdocs: Dereferences its argument. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Ptr> decltype(*ptr) operator()(Ptr& ptr) const; ---- == Return Value A reference to the pointed‐to value. == Parameters [cols="1,4"] |=== | Name| Description | *ptr* | The pointer‐like object to dereference; must not be null. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#