RAD Studio
ContentsIndex
PreviousUpNext
__is_polymorphic

Category 

Type Trait Functions 

Syntax 

bool __is_polymorphic( typename T ) 

Returns true if and only if T is a poiymorphic class type. 

Error if T is an incomplete type. 

Polymorphic classes are defined in Section 10.3 of the Working Draft. 

"A class that declares or inherits a virtual function is called a polymorphic class."

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