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