absl::any_span_transform

Accessors returning Transform functors that may be passed to AnySpan.

Types

NameDescription
DerefT Functor that dereferences whatever is passed to it.
IdentityT Functor that returns whatever is passed to it unchanged.

Functions

NameDescription
Deref Returns a functor that dereferences whatever is passed to it.
Identity Returns a functor that returns whatever is passed to it.