template struct Poco::Util::Units::Units::yotta

#include <Units.h>

template <typename U>
struct yotta
{
    // typedefs

    typedef Scale<typename zetta<U>::type, 1, 1000> type;
};