util::Result::operator*

Dereferences the held value.

Synopses

Declared in <util/result.h>

Dereferences the held value.

T const&
operator*() const;
» more...

Dereferences the held value.

T&
operator*();
» more...

Return Value

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