1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-05 11:45:56 +01:00
Daniel Richtmann 1cb745c8dc
Add function to return full type as std::string
Also works for nested templates. I find it useful for debugging.
Possible usage:

std::cout << "getTypename<AType>() = " << getTypename<Atype>() << std::endl;
std::cout << "getTypename<decltype(AnInstance)>() = " << getTypename<decltype(AnInstance)>() << std::endl;
2018-01-29 17:39:19 +01:00
..
2017-07-26 12:07:34 +01:00
2017-06-19 22:03:03 +01:00
2017-06-19 22:03:03 +01:00
2016-10-20 16:55:21 +01:00
2017-09-21 10:32:41 +01:00
2016-10-11 15:45:20 +01:00
2017-02-22 18:09:33 +00:00