template struct Poco::Util::Units::Units::hecto

#include <Units.h>

template <typename U>
struct hecto
{
    // typedefs

    typedef Scale<U, 1, 100> type;
};