typeof, __typeof, __typeof__

From RAD Studio
Jump to: navigation, search

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 -Nt option set.

See also