String to enum or If

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

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 Enum C++

    Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code

  • If your enum has a lot of entries, then consider using a library, e.g. magic_enum, which can directly convert a string holding an enum identifier into the respective enum value.

  • 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

  • Usable Magic Enums for C++

    1 project | news.ycombinator.com | 4 Jul 2023
  • Favorite Ways of Stringifying Enums

    1 project | /r/cpp_questions | 10 May 2023
  • Enums print numbers instead of words

    1 project | /r/cpp_questions | 23 Jan 2023
  • Enums with methods

    2 projects | /r/cpp | 27 Dec 2022
  • Error: Boost bimap can't convert const CompatibleKey to Key&

    1 project | /r/cpp_questions | 22 Nov 2022