Typedef Karana::Math::Length

Typedef Karana::Math::Length#

Typedef Documentation#

template<typename Value>
using Karana::Math::Length = Quantity<Value, LengthTag>#

Length quantity with a caller-selected magnitude type.

Template Parameters:

Value – The type used to store the quantity magnitude.