metapp - C++ open source library for runtime reflection and variant

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • metapp

    C++ runtime reflection library

  • You may read Core concepts and mechanism for some basic concepts. If you wonder how it parses the mystery type char const *(*(* volatile * (&)[][8])())[], or even 10 times more complicated type, it's not magic, it uses recursive template specialization.

  • metacpp

    Meta C++ Library and Tool

  • Awesome work; I nearly mistook the title for my own library metacpp haha

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • eventpp

    Event Dispatcher and callback list for C++

  • After my eventpp library, I like the post-fix 'pp' for C++ projects because it's quite distinguishable while very short. Similar, I use 'py' for Python and 'js' for JavaScript for projects that ported from C++.

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

  • I create a little tool to check self contained headers and redundant #include in C++ code

    3 projects | /r/cpp | 30 Mar 2022
  • C++ Game Utility Libraries: for Game Dev Rustaceans

    9 projects | dev.to | 13 Mar 2024
  • Why are strings and IO so complicated?

    13 projects | /r/cpp | 7 Dec 2023
  • Factor is faster than Zig

    11 projects | news.ycombinator.com | 10 Nov 2023
  • If this isn't the perfect data structure, why?

    3 projects | /r/C_Programming | 22 Oct 2023