is_rvalue_reference Class

,如果类型是 rvalue 引用,测试。

template<class Ty>
    struct is_rvalue_reference;

参数

  • Ty
    查询的类型。

备注

,如果类型 Ty 是 Rvalue引用声明:&& 引用,该类型的谓词实例应用。

要求

**标题:**type_traits

命名空间: std

请参见

参考

<type_traits>

Lvalue和Rvalues

其他资源

type_traits 成员