![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
The type member is an alias for the type pointed to by T, or the same as T if it is not a pointer.
More...
Public Types | |
| using | type = T |
| The resulting type. | |
The type member is an alias for the type pointed to by T, or the same as T if it is not a pointer.
| T | The type to remove the pointer from |
| using std::remove_pointer< T >::type = T |
The resulting type.