Accesses the held value; asserts that the result holds a value.

Synopsis

Declared in <util/result.h>

T const&
value() const;

Return Value

a const reference to the stored value

Created with MrDocs