Answers for "c++ check what type an object is"

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 "c++ check what type an object is"

Browse Popular Code Answers by Language