C++ library for a type multiset

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

Our great sponsors
  • Sonar - Write Clean C++ Code. Always.
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • quantity

    What I mean is a map with types as indices, and the number of times the type is present as values. I want to use it as template parameter to create a unit-like system. My previous attempt (pre-C++20, using -fconcepts) was based on types, with C++20 NTTP a value-based approach might be possible.

  • units

    A compile-time enabled Modern C++ library that provides compile-time dimensional analysis and unit/quantity manipulation. (by mpusz)

    mp-units - A Units Library for C++ https://github.com/mpusz/units

  • Sonar

    Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

  • torsor

    C++ torsor class template (by wovo)

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