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