template struct Poco::Util::Units::Units::kilo
template struct Poco::Util::Units::Units::micro
#include <Units.h> template <typename U> struct mega { // typedefs typedef Scale<typename kilo<U>::type, 1, 1000> type; };