In ADA you can do something like Text.Io(VarName'Image); and that will print VarName.
Is there a template/function available in C++ to do the same thing? something like.std::string name=varinfo(VarName).image();
I know there is typeid(var).name().
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.