<beman/optional/optional.hpp>
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...