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โ |