#include <Units.h> template <typename T> struct Convert<T, T> { // methods template <typename U> static const U& fn(const U& u); };