util::Result::operator*

Dereferences the held value.

Synopsis

Declared in <util/result.h>

T&
operator*();

Return Value

a mutable reference to the stored value