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