__is_pointer

From RAD Studio
Jump to: navigation, search

Go Up to Type Trait Functions (C++11) Index


Category

Type Trait Functions

Syntax

bool __is_pointer( typename T )

Returns true if and only if T is a pointer type.

Can be an object pointer or a function pointer.

False for pointer-to-member.

See Also