is_rvalue_reference Class
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at is_rvalue_reference Class.
Tests if type is an rvalue reference.
template <class Ty> struct is_rvalue_reference;
Parameters
Ty
The type to query.
An instance of this type predicate holds true if the type Ty is an Rvalue Reference Declarator: && reference.
Header: <type_traits>
Namespace: std
Show: