1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-06 04:05:55 +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-10-30 00:04:14 +00:00
2017-10-25 23:45:57 +01:00
2017-10-27 08:17:49 +01:00
2017-06-30 10:15:32 +01:00
2017-05-05 16:17:27 +01:00
2018-01-08 11:28:30 +00:00
2016-06-30 16:51:03 +01:00
2017-02-10 10:27:51 +00:00
2017-06-18 00:10:20 +01:00
2018-01-08 11:30:22 +00:00