Tags C++23 std::expected<> admin May 13, 2023 I had written about std::optional<> in an earlier article. C++23 introduces std::expected<> as an interesting extension to std::optional<>. Whereas std::optional<>