template struct Poco::Util::Units::Internal::Convertible

Overview

Determines whether two types are Convertible. Moreā€¦

#include <Units.h>

template <
    typename T1,
    typename T2
    >
struct Convertible
{
    // fields

    static const bool Value;
};

Detailed Documentation

Determines whether two types are Convertible.

Counts the powers in the LHS and RHS and ensures they are equal.