Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
'decltype' cannot be combined with any other type-specifier
Remarks
You cannot qualify the decltype() keyword with any type specifier.
Example
For example, the following code fragment yields error C3554.
int x;
unsigned decltype(x); // C3554