template struct Poco::Util::Units::Internal::Convert2

Overview

Converts T1 to T2. Moreā€¦

#include <Units.h>

template <
    typename T1,
    typename T2
    >
struct Convert2
{
    // methods

    template <typename V>
    static
    V
    fn(const V& v);
};

Detailed Documentation

Converts T1 to T2.

Template matches the first argument (T1), this is the fall-through to Convert3.