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

#include <Units.h>

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

    template <typename Stream>
    static
    void
    fn(Stream& os);
};