Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Tests if type is an rvalue reference.
template<class Ty>
struct is_rvalue_reference;
Parameters
- Ty
The type to query.
Remarks
An instance of this type predicate holds true if the type Ty is an Rvalue Reference Declarator: && reference.
Requirements
Header: <type_traits>
Namespace: std