template struct Poco::Util::Units::Units::nano

#include <Units.h>

template <typename U>
struct nano
{
    // typedefs

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