Returns a reference to the stored value.
<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...