Description
A single-header C++ library that provides expected-style result objects for C++11 and later. Developers use this pattern to return either a value or an error without relying on exceptions for every failure path.
Use it when building C++ projects that want expected semantics before or outside the standard library version. It is a header-only developer dependency, not an application.