davidstone / isocpp
Papers intended for the C++ Standardization Committee
☆14Updated last year
Related projects ⓘ
Alternatives and complementary repositories for isocpp
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆13Updated last year
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆22Updated 3 years ago
- Flat containers for C++☆56Updated 2 years ago
- Flat containers for C++☆19Updated 8 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 7 years ago
- <charconv> from Microsoft STL, but multi-platform☆37Updated 2 years ago
- Comparison operators for std::span☆15Updated 4 years ago
- Non-intrusive C++ signal programming library☆49Updated 2 years ago
- Virtual memory based containers☆39Updated 2 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆60Updated 4 years ago
- homogeneous variadic function parameters☆17Updated 9 months ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆21Updated 4 years ago
- A no-dependencies C++ extensible type erasure library☆42Updated 4 years ago
- ☆26Updated 4 years ago
- C++ string formatting library☆44Updated 4 years ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆64Updated last year
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 5 years ago
- `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
- Measures how parsing overweight the major STLs have become☆56Updated 4 years ago
- C++ Binary Fixed-Point Arithmetic☆9Updated 6 years ago
- Some library components that didn't quite fit anywhere else...☆34Updated 2 months ago
- A wrapper of common C++ std types for functional programming☆22Updated last year
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 6 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆74Updated 10 months ago
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated last month
- Benchmark and accountability tool for C++ compile-time overhead / compile-time health☆50Updated 4 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