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