RAD Studio
ContentsIndex
PreviousUpNext
__is_const

Category 

Type Trait Functions 

Syntax 

bool __is_const(typename T) 

Returns true if and only if T is a const-qualified type. 

Note: References are never cv-qualified. 

For pointers, refers to the pointer type itself, and NOT the pointed-to type. 

Returns true if T is both const and volatile qualified.

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