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
<A HREF="_langref_const.htm">const</A>
<A HREF="_langref_volatile.htm">volatile</A>

Remarks

The following sections discuss simple type names, elaborated type specifiers, and nested type names.

See Also

Reference

Specifiers