Returns a reference to the stored value.
Synopsis
Declared in <beman/optional/optional.hpp>
template<class U = std::remove_cv_t<T>>
constexpr
T
value_or(U&& u) &&;
Return Value
T
Created with MrDocs
Returns a reference to the stored value.
Declared in <beman/optional/optional.hpp>
template<class U = std::remove_cv_t<T>>
constexpr
T
value_or(U&& u) &&;
T
Created with MrDocs