Functor that dereferences whatever is passed to it.

Synopsis

Declared in <absl/types/any_span.h>

struct DerefT;

Member Functions

Name

Description

operator()

Dereferences its argument.

Non-Member Functions

Name

Description

Deref

Returns a functor that dereferences whatever is passed to it.

Created with MrDocs