typeof, __typeof, __typeof__
Go Up to Keywords, Alphabetical Listing Index
Syntax
__typeof(EXPR)
typeof, __typeof, and __typeof__ return the type of EXPR. The result is the same as using decltype(EXPR).
Note:
typeof,__typeof, and__typeof__are available only with the-Ntoption set.