std::tuple like methods for user defined types without any macro or boilerplate code
-
Updated
Mar 11, 2026 - C++
std::tuple like methods for user defined types without any macro or boilerplate code
Pipelines for Modern C++
A cute Linda PoC in C++
Use your structures like tuples. Similar to MagicGet but using C++ 20 concepts.
One of the fastest binary format for JSON-like data.
Iterate over struct members or access them as a tuple element
Destructure tuples using template magic.
generic programming utilitites for C++ 11; apply/map functions over tuples, etc.
Flatten nested tuple-like objects in your C++20 code as much as you want!
An attempt at writing a simple Python-like interpreted programing language. Everything from scratch, No Regex.
A class that represents a Sparse Matrix by storing tuple/data nodes and tuple connections in std::vectors rather than pointers. A SparseMatrix iterator is provided for looping through the tuples.
(2021) A compiler for Datalog code using finite state automata by Dallin Stewart
Compile-time-efficient proof-of-concept implementation for std::tuple
Add a description, image, and links to the tuples topic page so that developers can more easily learn about it.
To associate your repository with the tuples topic, visit your repo's landing page and select "manage topics."