Skip to content
C++
Header-Only Gems

tl::expected

Single-header implementation of std::expected (C++23) for use in C++17/20 projects. Error handling without exceptions, with a monadic Result type.

error handlingResult typeC++17no exceptionsmonadic