Library: Util
Package: Units
Header: Poco/Util/Units.h
Determines whether two types are Convertible. Counts the powers in the LHS and RHS and ensures they are equal.
static const bool Value = CheckTermsEqual < T1, T1, T2 >::Value && CheckTermsEqual < T2, T1, T2 >::Value;