RAD Studio
ContentsIndex
PreviousUpNext
__is_volatile

Category 

Type Trait Functions 

Syntax 

bool __is_volatile( typename T ) 

Returns true if and only if T is a volatile-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!