mrdocs::Expected::Expected

Construct an engaged Expected with a default‐initialized value.

Synopsis

constexpr
Expected() noexcept(std::is_nothrow_default_constructible_v<T>)
requires std::is_default_constructible_v<T>;

Created with MrDocs