RAD Studio
ContentsIndex
PreviousUpNext
__is_rvalue_reference

Category 

Type Trait Functions 

Usage: bool __is_rvalue_reference( typename T ) 

Returns true if and only if T is an rvalue reference type. 

Can be a reference to an object or function type, even though function type rvalues make little sense beyond metaprogramming in the type system.

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