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