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