AddPointer adds a pointer qualification to a type T
if it is not already a pointer.
More...
#include <TypeTraits.h>
Public Types | |
using | type = typename RemoveReference<T>::type* |
AddPointer adds a pointer qualification to a type T
if it is not already a pointer.