Paul Mattioneradiantsoftware.hashnode.netยทApr 19, 2023Getting Type Names in C++For logging and debugging it can be extremely useful to get a string for the name of a type in C++. However, the standard library doesn't supply a great way of doing that. We don't want to use the standard typeid operator, std::type_info, or std::typ...C++Add a thoughtful commentNo comments yetBe the first to start the conversation.