mrdocs::Expected::Expected
Construct an engaged Expected with a default‐initialized value.
Synopsis
Declared in <mrdocs/Support/Expected.hpp>
constexpr
Expected() noexcept(std::is_nothrow_default_constructible_v<T>)
requires std::is_default_constructible_v<T>;
Created with MrDocs