My implementation of a C++ Result<T, E> type inspired by Rust
☆360Oct 6, 2024Updated last year
Alternatives and similar repositories for result
Users that are interested in result are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Option type implementation in C++11☆14Apr 2, 2016Updated 10 years ago
- C++11/14/17 std::expected with functional-style extensions☆1,867Sep 1, 2025Updated 10 months ago
- A lightweight C++11-compatible error-handling mechanism☆313Sep 23, 2022Updated 3 years ago
- A rust like Result type for modern C++☆20May 26, 2019Updated 7 years ago
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆793Jul 1, 2026Updated 2 weeks ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- C++11/14/17 std::optional with functional-style extensions and reference support☆922Jun 10, 2024Updated 2 years ago
- A modern, fast, structured logging framework in C++☆61May 6, 2023Updated 3 years ago
- Proposal for the expected class.☆18May 12, 2017Updated 9 years ago
- Zero overhead utilities for preventing bugs at compile time☆1,643Oct 13, 2025Updated 9 months ago
- Result<T, E> for Modern C++☆36Mar 14, 2020Updated 6 years ago
- A C++ smart-pointer with value-semantics 💎☆132Sep 16, 2019Updated 6 years ago
- C++17 `std::variant` for C++11/14/17☆713Dec 7, 2022Updated 3 years ago
- C++ asynchronous promises like a Promises/A+☆47Jan 6, 2023Updated 3 years ago
- A C++17 implementation of the "value or error" type Result<T, E>.☆22May 11, 2018Updated 8 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- A modern formatting library☆23,670Updated this week
- rust's std::result re-implemented in c++☆12Jan 8, 2022Updated 4 years ago
- This is an experimental library that has evolved to P2688☆683Nov 27, 2024Updated last year
- C++ implementation of Rust Option/Result and Iterator.☆15Mar 2, 2022Updated 4 years ago
- Functional C++ iterator library☆25Jun 18, 2022Updated 4 years ago
- C++17 & C++ 20 error-handling and utility extensions.☆634Jun 29, 2026Updated 3 weeks ago
- Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate …☆6,145Updated this week
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆421Nov 28, 2025Updated 7 months ago
- A comparison of different options to implement binary flags in C++17☆17Jan 5, 2018Updated 8 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- What did you expect?☆111May 15, 2017Updated 9 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆50Aug 9, 2024Updated last year
- A C++ library for type level flagging☆64Jun 28, 2018Updated 8 years ago
- JSON/CBOR streaming library, without using memory, like a GoldFish☆73Aug 23, 2016Updated 9 years ago
- Either and Maybe monads for better error-handling in C++ ↔️☆258Oct 31, 2019Updated 6 years ago
- Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!☆2,052Dec 17, 2025Updated 7 months ago
- expected lite - C++23 expected objects for C++11 and later in a single-file header-only library☆553Dec 27, 2025Updated 6 months ago
- Public Domain random number generators for C++☆16Apr 11, 2015Updated 11 years ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,616May 29, 2025Updated last year
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- A miniature library for struct-field reflection in C++☆653Oct 31, 2025Updated 8 months ago
- Functional Programming Library for C++. Write concise and readable C++ code.☆2,288Updated this week
- Safe interop between Rust and C++