template struct Poco::Util::Units::Internal::ScalingFactor

Overview

Determine the scaling factor of a Unit in relation to its “base” Units. More…

#include <Units.h>

template <typename U>
struct ScalingFactor
{
    // methods

    template <typename T>
    static
    T
    fn();
};

Detailed Documentation

Determine the scaling factor of a Unit in relation to its “base” Units.

Default is that U is a primitive Unit and is not scaled.