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