oktal / result
My implementation of a C++ Result<T, E> type inspired by Rust
☆344Updated 5 months ago
Alternatives and similar repositories for result:
Users that are interested in result are comparing it to the libraries listed below
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆743Updated 2 months ago
- A lightweight C++11-compatible error-handling mechanism☆293Updated 2 years ago
- C++17 Run-time Polymorphism (Type Erasure) library☆466Updated 10 months ago
- C++11/14/17 std::optional with functional-style extensions and reference support☆881Updated 9 months ago
- expected lite - Expected objects in C++11 and later in a single-file header-only library☆448Updated 2 weeks ago
- This is an experimental library that has evolved to P2688☆671Updated 4 months ago
- Range-based goodness for C++17☆361Updated 4 years ago
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆404Updated 2 weeks ago
- C++11/14/17 std::expected with functional-style extensions☆1,616Updated 2 months ago
- Runtime polymorphism done right☆996Updated 3 years ago
- match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.☆596Updated 2 years ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆498Updated 9 months ago
- What a c++ standard Unicode library might look like.☆330Updated last year
- A miniature library for struct-field reflection in C++☆546Updated 3 weeks ago
- Zero overhead utilities for preventing bugs at compile time☆1,569Updated 6 months ago
- An additive strong typedef library for C++14/17/20☆431Updated 2 months ago
- c++ LINQ -like library of higher-order functions for data manipulation☆195Updated 4 years ago
- Simple header only pattern matching for c++14☆231Updated 3 years ago
- C++17 `std::variant` for C++11/14/17☆688Updated 2 years ago
- Lightweight Error Augmentation Framework☆321Updated 2 weeks ago
- Implementation of C++20's std::span for older compilers☆346Updated 2 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆561Updated 7 months ago
- C++11 (and onwards) library for lazy evaluation☆353Updated this week
- c++ serialize and deserialize adaptor library like rust serde.rs☆108Updated last year
- C++11 metaprogramming library☆255Updated 2 weeks ago
- Simple C++20 module support for CMake☆211Updated last year
- Love template metaprogramming☆329Updated 2 years ago
- P1031 low level file i/o and filesystem library for the C++ standard☆934Updated last month
- constexpr C++17 library for simplifying higher order functions in application code☆198Updated last year
- Templight is a Clang-based tool to profile the time and memory consumption of template instantiations and to perform interactive debuggin…☆749Updated 3 months ago