absl::any_span_transform::IdentityT

Functor that returns whatever is passed to it unchanged.

Synopsis

Declared in <absl/types/any_span.h>

struct IdentityT;

Member Functions

NameDescription
operator() Returns its argument unchanged.

Non-Member Functions

NameDescription
IdentityReturns a functor that returns whatever is passed to it.