boost::units::scale
// In header: <boost/units/scale.hpp> template< Base, typename Exponent> struct scale { // types typedef ; typedef ; // public static functions (); // public data members base; };
class representing a scaling factor such as 10^3 The exponent must be a static rational.
scale
();