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