My Project
|
Provides the member typedef type which is the same as T, except that its topmost pointer is removed. More...
#include <remove_pointer.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 pointer is removed.
T | the type to remove the pointer from |