template struct Poco::Util::Units::Units::centi

#include <Units.h>

template <typename U>
struct centi
{
    // typedefs

    typedef Scale<U, 100> type;
};