Copyright
© 1996, 1997 Lucent Technologies Inc. All rights reserved.
6.4 Type declarations
The type declaration
identifier-list
: type
type
;
introduces the identifiers as synonyms for the given type. Type declarations are transparent; that is, an object declared with the newly-named type has the same type as the one it abbreviates.
05/Jun/97