beman::optional::optional::operator*

Returns a reference to the stored value.

Synopses

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


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


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


» more...

Return Value

Created with MrDocs