Access members of the result value.
Synopsis
Declared in <util/expected.h>
constexpr
T*
operator‐>() noexcept;
Return Value
A pointer to the stored result value.
Created with MrDocs
Access members of the result value.
Declared in <util/expected.h>
constexpr
T*
operator‐>() noexcept;
A pointer to the stored result value.
Created with MrDocs