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