What information about a type/class can we get?

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
  • magic_get

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

  • You can access non-static member variables with structured bindings. See for instance magic_get/boostPfr https://github.com/apolukhin/magic_get. Structured bindings will only bind to the accessible members (not private). Magic get works by by finding the number of member variables, converting the struct to a tuple (with a function that is specialized for the number of fields), and finally accessing the members through the tuple (supporting indexing and iteration). It does not grant access to the member names, but it is sufficient for some reflection.

  • 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
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

  • From 0 to glTF with WebGPU: Basic Materials and Textures

    1 project | news.ycombinator.com | 2 May 2024
  • ESpeak-ng: speech synthesizer with more than one hundred languages and accents

    21 projects | news.ycombinator.com | 1 May 2024
  • Compilation of gripping C++ conference talks from 2023

    2 projects | dev.to | 2 May 2024
  • 00Key a 75% Keyboard

    1 project | news.ycombinator.com | 2 May 2024
  • Not all Graphs are Trees

    1 project | news.ycombinator.com | 1 May 2024