Functor that returns whatever is passed to it unchanged.
Declared in <absl/types/any_span.h>
struct IdentityT;
| Name | Description |
|---|---|
operator() | Returns its argument unchanged. |
| Name | Description |
|---|---|
Identity | Returns a functor that returns whatever is passed to it. |