marzer / type_listLinks
A compiler-friendly variadic type list for C++.
☆39Updated 2 years ago
Alternatives and similar repositories for type_list
Users that are interested in type_list are comparing it to the libraries listed below
Sorting:
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated last month
- List-initialize containers with proper move semantics☆30Updated 10 months ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆112Updated 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 4 years ago
- Functional C++ iterator library☆25Updated 3 years ago
- Container Traits for Modern C++☆29Updated 5 years ago
- Yet another C++ text formatting library.☆71Updated last year
- Drop-in replacement for std::optional that does not waste memory unnecessarily☆143Updated last week
- Header-only C++ library providing compile-time functional operators that work with raw function pointers☆48Updated this week
- Replacement for std::optional with efficient memory usage and additional features.☆51Updated 11 months ago
- The Fancy Named Parameters Library☆36Updated 3 months ago
- A fixed capacity dynamically sized string☆69Updated last month
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆39Updated 2 months ago
- repr for Modern C++: Return printable string representation of a value☆86Updated 5 years ago
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆80Updated 3 months ago
- <charconv> from Microsoft STL, but multi-platform☆38Updated 10 months ago
- Bit containers, sequences, and views for everyone. 🕷️☆130Updated 3 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated 10 months ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆19Updated last year
- An attempt to introduce a new scripting language for CMake☆60Updated 5 years ago
- A modern, safer alternative to the C++ Standard Library (for Linux/BSD)☆42Updated 2 weeks ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆78Updated 3 years ago
- Unique-ownership smart pointers with observable lifetime.☆39Updated 5 months ago
- Ergonomic C++ Iterator interface for STL containers☆39Updated 3 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☆52Updated 2 months ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library.☆46Updated 2 months ago
- A hash function library☆50Updated 2 weeks ago
- Displayed width of UTF-8 strings in Modern C++