This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Where is docs for typeid(x).name()?


I have figured out by experimenting that typeid(x).name() produces:
'c' if x is type char
'h' if x is type unsigned char
'i' if x is type int
'j' if x is type unsigned int
...and so on.

Where can I find the full list of such symbolic representations of internal
types?

Lee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]