![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Adds a pointer to the given type. More...

Additional Inherited Members | |
Public Types inherited from std::add_pointer_detail::add_pointer< Type, class > | |
| using | type = Type |
| The resulting type. | |
Adds a pointer to the given type.
If Type is a referenceable type or (possibly cv-qualified) void, the member typedef type provided is typename std::remove_reference<T>::type*. Otherwise, the member typedef type provided is T.
| T | The type to add the pointer to |