إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Tests if type is an rvalue reference.
Syntax
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.
Requirements
Header: <type_traits>
Namespace: std