template struct Poco::Util::Units::Units::tera

#include <Units.h>

template <typename U>
struct tera
{
    // typedefs

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