beman::optional::optional<T&>::value

Returns the stored value if there is one, otherwise throws

Synopsis

Declared in <beman/optional/optional.hpp>
constexpr
T&
value() const;


Return Value

T&

Created with MrDocs