| description | Learn more about: is_rvalue_reference Class | ||
|---|---|---|---|
| title | is_rvalue_reference Class | ||
| ms.date | 11/04/2016 | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 40a97072-7b5c-4274-9154-298d3dcf064a |
Tests if type is an rvalue reference.
template <class Ty>
struct is_rvalue_reference;Ty
The type to query.
An instance of this type predicate holds true if the type Ty is an rvalue reference.
Header: <type_traits>
Namespace: std