Answers for "get the type of object in c++"

C++
2

get type of an object c++

//get type of a
typeid(a).name()
Posted by: Guest on April-17-2021

Code answers related to "get the type of object in c++"

Browse Popular Code Answers by Language