Returns the held value by move, or a fallback when the result holds an error.
Declared in <util/result.h>
<util/result.h>
template<class U> T value_or(U&& default_value) &&;
the stored value if present, otherwise default_value