Quality Tip 22.2 (cont.)


Syntax typedef Statement
typedef declaration;
Example:
typedef pair<int, string> ElementType;
Purpose: Create an alias for a complicated type name.

prev |top |next