Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2017. The current version is 1.90.0.
boost::units::homogeneous_system
// In header: <boost/units/homogeneous_system.hpp> template<typename L> struct homogeneous_system { };
A system that can uniquely represent any unit which can be composed from a linearly independent set of base units. It is safe to rebind a unit with such a system to different dimensions.
Do not construct this template directly. Use make_system instead.