util::Result::operator->

Member access to the held value.

Synopses

Declared in <util/result.h>

Member access to the held value.

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

Member access to the held value.

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

Return Value

  • a const pointer to the stored value
  • a mutable pointer to the stored value