__is_lvalue_reference

From RAD Studio
Jump to: navigation, search

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


Category

Type Trait Functions

Syntax

bool __is_lvalue_reference( typename T )

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

Can be a reference to an object or function type.

See Also