util::Result::operator*

Dereferences the held value.

Synopsis

Declared in <util/result.h>

T const&
operator*() const;

Return Value

a const reference to the stored value