Having fun overloading the operator->

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • cs_libguarded

    Header-only library for multithreaded programming

  • https://github.com/copperspice/cs_libguarded#cslibguarded

  • lock_ios

    iostream synchronization manipulator for concurrency

  • My lock_ios iostream manipulator is similar in the mutex aspect. This use-case works well because it's typical to write one line of output per statement, and contention is usually a corner case in logging.

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

    Discontinued Simple wrapper to create thread safe variable with a mutex.

  • About the fact of calling a function taken as a parameter I already did something similar few years ago. Note that the Core Guidelines says it is a bad idea to do it and explains why.

  • Folly

    An open-source C++ library developed and used at Facebook.

  • Facebook's folly library has had it as well, since at least 2014 if not earlier, although it's now deprecated in favor of named functions.

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