Poco::Util::Units::Internal

template < typename T1, typename T2 >

struct Convertible

Library: Util
Package: Units
Header: Poco/Util/Units.h

Description

Determines whether two types are Convertible. Counts the powers in the LHS and RHS and ensures they are equal.

Variables

>::Value static

static const bool Value = CheckTermsEqual < T1, T1, T2 >::Value && CheckTermsEqual < T2, T1, T2 >::Value;