Counting the number of fields in an aggregate in C++20

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

JetBrains - Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. Aggreget

    Use your structures like tuples. Similar to MagicGet but using C++ 20 concepts.

    I made something similar a while ago : https://github.com/Baduit/Aggreget

  2. JetBrains

    Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!

    JetBrains logo
  3. pfr

    std::tuple like methods for user defined types without any macro or boilerplate code

    It is an 'interesting' meta-programming problem though (wasted many weeks on it myself, fixed a small gcc bug - a 'uniform init' edge case and filed an issue with magic_get Reflecting array members of aggregate structs).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • jank Is C++

    10 projects | news.ycombinator.com | 11 Jul 2025
  • Show HN: CXXStateTree – A modern C++ library for hierarchical state machines

    10 projects | news.ycombinator.com | 6 Jul 2025
  • C++ with no classes?

    1 project | dev.to | 9 Jul 2025
  • OpenJazz is a free, open-source version of the classic Jazz Jackrabbit games

    1 project | news.ycombinator.com | 26 Jan 2025
  • Wisnialang Compiler Project

    1 project | news.ycombinator.com | 13 Jan 2025

Did you know that C++ is
the 7th most popular programming language
based on number of references?