typename Production

Definition

typename : declspec_list typespec typemod_list ;

Purpose

A typename describes a single type. The declspec_list applies declaration specifiers to the type, if appropriate. The typespec gives the base type, and the typemod_list applies any type modifiers.