p-ranav / container_traits
Container Traits for Modern C++
☆29Updated 4 years ago
Alternatives and similar repositories for container_traits:
Users that are interested in container_traits are comparing it to the libraries listed below
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated 2 months ago
- A fixed capacity dynamically sized string☆65Updated this week
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 3 years ago
- An indirect value-type for C++☆82Updated last year
- `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
- C++11 compatible charconv☆30Updated 3 weeks ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 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
- ☆26Updated 5 years ago
- Compact SVO optimized vector for C++17 or higher☆102Updated 11 months ago
- A C++14 and later CRTP template for defining iterators☆73Updated 3 weeks ago
- A wrapper of common C++ std types for functional programming☆22Updated last year
- homogeneous variadic function parameters☆17Updated last year
- The Fancy Named Parameters Library☆31Updated 2 weeks ago
- A C++14 Lambda Library☆24Updated 3 weeks ago
- meta-programming, C++11☆16Updated 2 years ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 4 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 11 months ago
- Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc☆23Updated 2 weeks ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- A compiler-friendly variadic type list for C++.☆36Updated last year
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- Rust-like trait-based polymorphism for C++☆9Updated 2 years ago
- Provides run-time tuple element access☆14Updated 4 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- A header only structure of arrays container for C++☆41Updated last year
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- JSON Serializer using compile time reflection☆20Updated 2 years ago
- stl-like algorithms for TYPES☆31Updated last year
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago