template struct Poco::Util::Units::Internal::ScalingFactor<Power<U, N, D>>

#include <Units.h>

template <
    typename U,
    int N,
    int D
    >
struct ScalingFactor<Power<U, N, D>>
{
    // methods

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