Modern C++ "result" type based on Swift / Rust

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

    Abseil Common Libraries (C++)

  • There is also absl::StatusOr, though it is not generic over error type (only supporting the corresponding absl::Status type) and does not have the monadic functions.

  • outcome

    Provides very lightweight outcome<T> and result<T> (non-Boost edition)

  • Minimum possible compile time impact is a key goal of https://github.com/ned14/outcome. We ship a single header edition which only includes the low impact standard headers as listed at https://github.com/ned14/stl-header-heft. We also don't use union storage for non-TC non-MB types in order to avoid complex metaprogramming execution by the compiler per instantiation.

  • 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

  • How to define API stability for a C++ library?

    2 projects | /r/cpp | 26 Feb 2023
  • Dependency injection

    4 projects | /r/QtFramework | 23 Jul 2022
  • Dependency injection with c++

    3 projects | /r/cpp_questions | 25 May 2022
  • std::cout &lt;&lt; "why";

    3 projects | /r/ProgrammerHumor | 12 Feb 2022
  • Outcome enters sustaining phase, goes ABI stable

    4 projects | /r/cpp | 10 Jan 2022