p-ranav / container_traitsLinks
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
Sorting:
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- ☆26Updated 5 years ago
- A fixed capacity dynamically sized string☆66Updated last month
- `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
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- The Fancy Named Parameters Library☆31Updated last month
- 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 last year
- 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☆37Updated 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 C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 3 months ago
- C++11 compatible charconv☆31Updated this week
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Standalone version of the boost::unordered library☆27Updated 4 months ago
- <charconv> from Microsoft STL, but multi-platform☆38Updated 2 months ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 6 years ago
- A general property customisation mechanism☆16Updated 5 years ago
- A wrapper of common C++ std types for functional programming☆22Updated last year
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 5 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- meta-programming, C++11☆16Updated 3 years ago
- homogeneous variadic function parameters☆17Updated last year
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- C++20 for flag enums☆27Updated 5 years ago
- An indirect value-type for C++☆83Updated last year
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 8 months ago