Relative Content

Tag Archive for c#types

Compile time map of type string name to types in C++

In C++ is it possible to generate a compile time map of stringified type names to types. I am aware types themselves can’t be mapped but could we for example map to template metafunctions which expose a type?