fennec
Loading...
Searching...
No Matches
fennec::strip_pointers< T >

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 > >.

Detailed Description

template<typename T>
struct fennec::strip_pointers< T >

removes all pointers from the provided type such that T*, T**, etc. becomes T

Template Parameters
TResultant Type

The documentation for this struct was generated from the following file: