util::Expected::operator->

Access members of the result value.

Synopses

Declared in <util/expected.h>

Access members of the result value.

constexpr
T*
operator->() noexcept;
» more...

Access members of the result value.

constexpr
T const*
operator->() const noexcept;
» more...

Return Value

  • A pointer to the stored result value.
  • A const pointer to the stored result value.