tacticalmelonfarmer / cxl
A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals
☆51Updated 6 years ago
Alternatives and similar repositories for cxl:
Users that are interested in cxl are comparing it to the libraries listed below
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆32Updated 2 weeks ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 9 months ago
- C++20 for flag enums☆27Updated 4 years ago
- Container Traits for Modern C++☆28Updated 4 years ago
- A fixed capacity dynamically sized string☆64Updated 3 months ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆14Updated 2 years ago
- Similar to python's `repr`, for c++☆32Updated 2 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- C++ string formatting library☆44Updated 5 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- JSON Serializer using compile time reflection☆20Updated 2 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- ☆26Updated 7 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆65Updated 2 weeks ago
- Simple header only library to add a spinner / progress indicator to any terminal application.☆38Updated 5 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated 9 months ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆22Updated 5 years ago
- A general property customisation mechanism☆15Updated 4 years ago
- A template for simple C++ reflection done with CMake and Python (no other external tools)☆40Updated 2 years ago
- A modern, header-only request router for C++☆23Updated 3 years ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- 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
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆28Updated 6 months ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 9 months ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆74Updated last year
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 5 years ago