14 template<concepts::Expected T>
18 return util::forward<T>(value).value();
23 template<concepts::Expected T>
26 return util::forward<T>(value);
Definition expected_forward_declaration.h:8
Definition operations.h:11
Definition erasure_cast.h:7
constexpr auto try_infallible
Definition try_infallible.h:31
Definition zstring_parser.h:9
Definition try_infallible.h:13
constexpr void operator()(Expected< void, void >) const
Definition try_infallible.h:21