util::Result::operator->

Member access to the held value.

Synopsis

Declared in <util/result.h>

T const*
operator->() const;

Return Value

a const pointer to the stored value