|
fennec
|
removes all pointer levels from T
More...
#include <type_transforms.h>
Inherits conditional_t< detail::_is_pointer< T >::value, strip_pointers< remove_pointer_t< T > >, type_identity< T > >.
removes all pointers from the provided type such that T*, T**, etc. becomes T
| T | Resultant Type |