typeof, __typeof, __typeof__
Nach oben zu Schlüsselwörter alphabetisch - Index
Syntax
__typeof(EXPR)
typeof, __typeof und __typeof__ geben den Typ von EXPR zurück. Das Ergebnis ist dasselbe wie bei decltype(EXPR).
Hinweis:
typeof,__typeofund__typeof__sind nur verfügbar, wenn die Option-Ntgesetzt ist.