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