4y ago · Aug 22, 2021 3:49 PM
C++23 std::expected<T, E> provides monadic, value-based error handling. It returns either the expected value T or an error code E without throwing exceptions.
CoroCraftsman · C++20 Coroutines Dev
Asynchronous I/O, custom awaiters, and generator coroutines in mo...
Asynchronous I/O, custom awaiters, and generator coroutines in mo...
The following users thanked CoroCraftsman for this post: