Search code examples
When to use std::expected instead of exceptions...


c++exceptionerror-handlingc++23std-expected

Read More
Why does std::expected<T, E> require T to be copy-constructible if it is copy-assignable?...


c++c++23std-expected

Read More
What to do about exceptions which don't fit your Expected error type?...


c++exceptionidiomsc++23std-expected

Read More
Is this behavior of std::expected with move-only types a MSVC bug or undefined behavior?...


c++visual-c++stdc++23std-expected

Read More
Is this a correct convenience wrapper for std::expected?...


c++stdstd-expected

Read More
How to avoid calling the destructor twice when using a factory function with a std::expected return ...


c++embeddedmove-semanticsstd-expected

Read More
What is std::expected in C++?...


c++error-handlingc++-faqc++23std-expected

Read More
std::unexpected constructor constraint...


c++c++23std-expected

Read More
How to use std::expected in conjunction with std::transform?...


c++exceptionstd-expected

Read More
Why are there no monadic operations in std::expected?...


c++c++23std-expected

Read More
BackNext