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