RAD Studio
ContentsIndex
PreviousUpNext
decltype

Category 

Type specifiers 

Syntax  

decltype ( expression )

Description 

Use the decltype type specifier to obtain the type specifier of an expression. 

decltype may be applied to expressions that are identifiers, class members and function names or calls. 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!