[#absl-any_span_transform-DerefT] = xref:absl.adoc[absl]::xref:absl/any_span_transform.adoc[any_span_transform]::DerefT :relfileprefix: ../../ :mrdocs: Functor that dereferences whatever is passed to it. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct DerefT; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:absl/any_span_transform/DerefT/operator_call.adoc[`operator()`] | Dereferences its argument. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:absl/any_span_transform/Deref.adoc[`Deref`] | Returns a functor that dereferences whatever is passed to it. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#