9 Declarations [dcl]

9.2 Specifiers [dcl.spec]

9.2.9 Type specifiers [dcl.type]

9.2.9.3 Simple type specifiers [dcl.type.simple]

Table 17 — simple-type-specifiers and the types they specify [tab:dcl.type.simple]
Specifier(s)
Type
the type named
the type as defined in [temp.names]
the type as defined in [dcl.type.decltype]
the type as defined in [dcl.type.pack.index]
the type as defined in [dcl.spec.auto]
the type as defined in [dcl.type.class.deduct]
the type as defined in [dcl.type.splice]
char
โ€œcharโ€
unsigned char
โ€œunsigned charโ€
signed char
โ€œsigned charโ€
char8_t
โ€œchar8_tโ€
char16_t
โ€œchar16_tโ€
char32_t
โ€œchar32_tโ€
bool
โ€œboolโ€
unsigned
โ€œunsigned intโ€
unsigned int
โ€œunsigned intโ€
signed
โ€œintโ€
signed int
โ€œintโ€
int
โ€œintโ€
unsigned short int
โ€œunsigned short intโ€
unsigned short
โ€œunsigned short intโ€
unsigned long int
โ€œunsigned long intโ€
unsigned long
โ€œunsigned long intโ€
unsigned long long int
โ€œunsigned long long intโ€
unsigned long long
โ€œunsigned long long intโ€
signed long int
โ€œlong intโ€
signed long
โ€œlong intโ€
signed long long int
โ€œlong long intโ€
signed long long
โ€œlong long intโ€
long long int
โ€œlong long intโ€
long long
โ€œlong long intโ€
long int
โ€œlong intโ€
long
โ€œlong intโ€
signed short int
โ€œshort intโ€
signed short
โ€œshort intโ€
short int
โ€œshort intโ€
short
โ€œshort intโ€
wchar_t
โ€œwchar_tโ€
float
โ€œfloatโ€
double
โ€œdoubleโ€
long double
โ€œlong doubleโ€
void
โ€œvoidโ€