Давайте посмотрим на код такого типа:
// Return me Dword of int
dword t = GetValueTypeNo<int>();
//here trying to tell to GetValue that my template is int (since t is dword of int)
int test5 = myVector.GetValue<t>("test5");
Конечно, этот код не работает, и на самом деле он бесполезен.А можно что то подобное сделать?привести dword
к имени типа, как int
?