Dereferences the held value.
Synopses
Declared in <util/result.h>
Dereferences the held value.
T const&
operator*() const;
Dereferences the held value.
T&
operator*();
Return Value
-
a const reference to the stored value
-
a mutable reference to the stored value
Created with MrDocs