https://github.com/conorwilliams/strong_units
WIP C++ physical units / dimensional analysis library. Focused on providing the cleanest possible errors.
https://github.com/conorwilliams/strong_units
compile-time concepts cpp20 dimensional-analysis library physical-units template-metaprogramming units units-of-measurement
Last synced: 6 months ago
JSON representation
WIP C++ physical units / dimensional analysis library. Focused on providing the cleanest possible errors.
- Host: GitHub
- URL: https://github.com/conorwilliams/strong_units
- Owner: ConorWilliams
- Created: 2020-02-07T10:39:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T11:55:44.000Z (over 5 years ago)
- Last Synced: 2025-04-12T11:29:49.084Z (6 months ago)
- Topics: compile-time, concepts, cpp20, dimensional-analysis, library, physical-units, template-metaprogramming, units, units-of-measurement
- Language: C++
- Homepage:
- Size: 159 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unit
WIP C++ dimensional analysis library, focused on using C++20 template non-type parameters to provide clean errors.