Собственно, требуется простенькая вещь типа такой:
ExpandType<float>::type x;// <-- double
ExpandType<char>::type y;// <-- int64_t
ExpandType<unsigned int>::type y;// <-- uint64_t
Собственно, требуется простенькая вещь типа такой:
ExpandType<float>::type x;// <-- double
ExpandType<char>::type y;// <-- int64_t
ExpandType<unsigned int>::type y;// <-- uint64_t