Essential
-
Before we begin
Essential information before you begin the tutorial.
-
result<>
Gentle introduction to writing code with simple success-or-failure return types.
Success-or-failure return types where failure can take two forms, expected/handled failure and unexpected/abort failure.
Describes the concept of NoValuePolicy and how to use no-value policies.
Using Outcome in C++ Coroutines
Why you should avoid custom E types in public APIs.



