Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::remove_pointer< T *const volatile > Class Template Reference

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
 The resulting type.
 
using type = T
 The resulting type.
 

Detailed Description

template<typename T>
class std::remove_pointer< T *const volatile >

The type member is an alias for the type pointed to by T, or the same as T if it is not a pointer.

Template Parameters
TThe type to remove the pointer from

Member Typedef Documentation

◆ type [1/2]

using std::remove_pointer< T >::type

The resulting type.

◆ type [2/2]

template<typename T>
using std::remove_pointer< T *const volatile >::type = T

The resulting type.


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