Compilte-time utilites for dealing with quantities with units.
Example meters_and_inches.cpp
illustrates the basic usage.
The class Quantity
allows to represent values with arbitrary long list of units in rational powers.
CtUnits
heavily relies on Boost.Mp11.
The tests
require Boost.Test.