Dwarfobserver / AggregatesToTuples
C++ header-only library which enable using aggregates like tuples
☆24Updated 6 years ago
Alternatives and similar repositories for AggregatesToTuples:
Users that are interested in AggregatesToTuples are comparing it to the libraries listed below
- ☆39Updated 4 years ago
- Prototype for new std::function features, compatible with C++11.☆46Updated 4 years ago
- std::ring_span (SG14, P0059R1)☆46Updated 8 years ago
- Compile-time printf-like string formatting☆77Updated 6 years ago
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 6 years ago
- Simple header only library to add a spinner / progress indicator to any terminal application.☆38Updated 5 years ago
- A no-dependencies C++ extensible type erasure library☆43Updated 4 years ago
- Expected objects for C++11 and later (and later perhaps C++98 )☆52Updated 6 years ago
- A saturating arithmetic cast.☆12Updated 6 years ago
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆98Updated 6 years ago
- A modern header-only zero-overhead library for creating smart references☆86Updated 5 years ago
- A never-valueless, strong guarantee implementation of std::variant☆67Updated 2 months ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆24Updated 3 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆74Updated last year
- ☆26Updated 7 years ago
- A compressed pair for C++17☆26Updated 3 years ago
- easy reflection and serialization for C++17, MIT licensed☆51Updated 3 years ago
- C++ to C++ code generation tool (enum2string conversion, serialization, reflection etc.)☆95Updated 5 years ago
- A header-only C++ parsing framework☆36Updated 3 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
- C++20 for flag enums☆27Updated 4 years ago
- Library In A Week 2017 Parameter☆19Updated 6 years ago
- A bunch of small C++ utilities☆65Updated last year
- A research project aimed at introducing language support for type erasure in C++.☆53Updated 9 years ago
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆36Updated 9 months ago
- forward declarations for C++ std headers☆73Updated 4 years ago
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 5 years ago
- C++ Defensive Macros