My Project
|
Provides the member typedef type which is the same as T, except that its topmost reference is removed. More...
#include <remove_reference.hpp>
Public Types | |
using | type = T |
provides the member typedef "type" | |
Provides the member typedef type which is the same as T, except that its topmost reference is removed.
T | the type to remove the reference from |