absl::any_span_transform::DerefT

Functor that dereferences whatever is passed to it.

Synopsis

Declared in <absl/types/any_span.h>

struct DerefT;

Member Functions

NameDescription
operator() Dereferences its argument.

Non-Member Functions

NameDescription
DerefReturns a functor that dereferences whatever is passed to it.