The Domain-Correct Quantities and Units Library for C++ — full quantity kind safety, ISO 80000 compliant, C++29 standardization candidate.
The Domain-Correct Quantities and Units Library for C++ — full quantity kind safety, ISO 80000 compliant, C++29 standardization candidate.
mp-units – The Domain-Correct Quantities and Units Library for C++mp-units is a Modern C++ (C++20 and later) library providing the full spectrum
of compile-time safety for domain-specific quantities and units, from dimensional
analysis to quantity kind safety, built on the ISO 80000 International System of
Quantities (ISQ). It is a candidate for C++29 standardization
(P3045), your chance to shape the future of C++.
…
Beyond standard dimensional analysis and automatic unit conversions, mp-units provides additional safety levels:
Quantity Kind Safety — mp-units pioneered this level: it distinguishes quantities that share the same dimension but represent fundamentally different physical concepts: frequency (Hz) ≠ radioactive activity (Bq), absorbed dose (Gy) ≠ dose equivalent (Sv), plane angle (rad) ≠ solid angle (sr). Dimensional analysis alone cannot catch these errors, mp-units prevents them at compile time.
ISO 80000 (ISQ) Support — Built on the International System of Quantities, functions
can require specific quantities: isq::height (not just any isq::length),
isq::kinetic_energy (not just any isq::energy). The physics of your domain becomes
part of the type system.
Strongly-Typed Numerics for Any Domain — The quantity framework extends beyond physics: define semantically distinct types for item counts, financial values, identifiers, or any numeric abstraction that should never be silently mixed at compile time.
Safety
quantity and quantity_point)Performance
User Experience
Feature Rich
Easy to Extend
Low Adoption Cost
Extensive project documentation covers everything from getting started to advanced usage:
→ Explore the full documentation
For advanced development or contributions, we provide a preconfigured cloud development environment with GitHub Codespaces: Alternatives:
For detailed environment documentation, see .devcontainer/README.md.
mp-units is a candidate for ISO standardization for C++29. The technical case is
documented in:
We are actively seeking organizations and individuals interested in field‑trialing the library!
Your experience matters. Real-world testimonials demonstrate value to the ISO C++ Committee and help potential adopters decide. Whether you are using mp-units in production, research, or education:
mp-units is made possible by our community of contributors!
We appreciate every contribution, from code to documentation to community support.
See the Contributors Page for the complete list and recognition details.
Ready to contribute? Check out our Contributing Guide to get started!
mp-units is developed as open source, with the goal of C++29 standardization. Your support helps sustain development and the standardization work.
Ways to support:
No open issues yet, or sync has not completed.