util::Result::operator->

Member access to the held value.

Synopsis

Declared in <util/result.h>

T*
operator->();

Return Value

a mutable pointer to the stored value