beman::optional::optional::value

Returns a reference to the stored value.

Synopses

Declared in <beman/optional/optional.hpp>
Returns a reference to the stored value.
constexpr
T&
value() &;


» more... Returns a reference to the stored value.
constexpr
T const&
value() const &;


» more... Returns a reference to the stored value.
constexpr
T&&
value() &&;


» more...

Return Value

Created with MrDocs