|
My Project
|
Provides the member typedef type which is the same as T, except that a topmost rvalue reference is added. More...
#include <add_rvalue_reference.hpp>
Public Types | |
| using | type = typename decltype(details::try_add_rvalue_reference< T >(0))::type |
| provides the member typedef "type" | |
Provides the member typedef type which is the same as T, except that a topmost rvalue reference is added.
| T | the type to add an rvalue reference to |
1.8.15