template struct Poco::Util::Units::Internal::ScalingFactor<Compose<U1, U2>>

#include <Units.h>

template <
    typename U1,
    typename U2
    >
struct ScalingFactor<Compose<U1, U2>>
{
    // methods

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