Dereferences its argument.

Synopsis

Declared in <absl/types/any_span.h>

template<typename Ptr>
decltype(*ptr)
operator()(Ptr& ptr) const;

Return Value

A reference to the pointed‐to value.

Parameters

Name

Description

ptr

The pointer‐like object to dereference; must not be null.

Created with MrDocs