CleanType - Readable and consistent C++ type introspection - Compiler Decipherer
Pascal Thomet
CleanType is a small C++14 header only library which offer readable type names, with a consistent naming scheme across compilers, at run-time and compile-time. It can also output the signature of lambda functions, and the result type of any auto function.The included tool (ct_compiler_decipher)...