Typedef Karana::Math::Mass

Typedef Karana::Math::Mass#

Typedef Documentation#

template<typename Value>
using Karana::Math::Mass = Quantity<Value, MassTag>#

Mass quantity with a caller-selected magnitude type.

Template Parameters:

Value – The type used to store the quantity magnitude.