typedef
Go Up to Keywords, Alphabetical Listing Index
Category
Storage Class Specifiers (C++)
Syntax
typedef <type definition> <identifier> ;
Description
Use the typedef keyword to assign the symbol name <identifier> to the data type definition <type definition>.