p-ranav / result
Result<T, E> for Modern C++
☆32Updated 4 years ago
Alternatives and similar repositories for result:
Users that are interested in result are comparing it to the libraries listed below
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 7 months ago
- Priority-based Task Scheduling for Modern C++☆86Updated 4 years ago
- File/Directory Watcher for Modern C++☆83Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated 2 months ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 7 months ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- Container Traits for Modern C++☆28Updated 4 years ago
- easy to use callback library for C++☆39Updated 7 years ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 4 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆31Updated last year
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated 7 months ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- Similar to python's `repr`, for c++☆32Updated 2 years ago
- A compile-time header-only C++17 library for dataflow programing.☆28Updated last year
- optional bare - A simple version of a C++17-like optional for default-constructible, copyable types, for C++98 and later in a single-fil…☆20Updated 2 years ago
- Pipelines for Modern C++☆62Updated 4 years ago
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- A fixed capacity dynamically sized string☆64Updated last month
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆67Updated 5 years ago
- Embrace (post) modern C++☆9Updated 3 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- Low cost runtime deadlock detection with checkpoints history☆23Updated 3 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆18Updated 3 years ago
- A compiler-friendly variadic type list for C++.☆36Updated last year
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Updated 3 years ago
- A header only structure of arrays container for C++☆41Updated last year
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class