[#absl-any_span_transform] = xref:absl.adoc[absl]::any_span_transform :relfileprefix: ../ :mrdocs: Accessors returning Transform functors that may be passed to `AnySpan`. == Types [cols="1,4"] |=== | Name| Description | xref:absl/any_span_transform/DerefT.adoc[`DerefT`] | Functor that dereferences whatever is passed to it. | xref:absl/any_span_transform/IdentityT.adoc[`IdentityT`] | Functor that returns whatever is passed to it unchanged. |=== == Functions [cols="1,4"] |=== | Name| Description | xref:absl/any_span_transform/Deref.adoc[`Deref`] | Returns a functor that dereferences whatever is passed to it. | xref:absl/any_span_transform/Identity.adoc[`Identity`] | Returns a functor that returns whatever is passed to it. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#