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
..
2018-01-29 17:21:42 +01:00
2017-12-07 14:40:58 +01:00
2017-10-30 00:04:14 +00:00
2018-01-08 15:20:26 +00:00
2017-06-24 23:10:24 +01:00
2017-10-02 07:13:40 +01:00
2018-01-22 14:56:48 +01: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-01-26 17:00:41 -08:00
2018-01-08 11:34:45 +00:00
2017-12-01 19:44:07 +00:00
2017-09-21 10:11:00 +01:00
2017-05-05 16:17:27 +01:00
2018-01-08 11:28:30 +00:00
2018-01-29 17:39:19 +01:00
2017-10-13 11:30:50 +01:00
2018-01-08 11:34:45 +00:00
2016-06-30 16:51:03 +01:00
2017-02-10 10:27:51 +00:00
2017-05-06 14:44:49 +01:00
2017-06-19 14:01:44 +01:00
2017-05-02 18:26:11 +01:00
2017-02-23 00:25:29 +00:00
2017-06-18 00:10:20 +01:00
2016-12-01 21:36:29 +09:00
2018-01-08 11:30:22 +00:00