C++ Type Specifiers
Type specifiers determine the type of the name being declared. The following are type specifiers:
simple-type-name class-specifier enum-specifier elaborated-type-specifier :: class-name const volatile
The following sections discuss simple type names, elaborated type specifiers, and nested type names.
Community Additions
Show: