Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::add_pointer< Type > Class Template Reference

Adds a pointer to the given type. More...

Inheritance diagram for std::add_pointer< Type >:
Inheritance graph

Additional Inherited Members

- Public Types inherited from std::add_pointer_detail::add_pointer< Type, class >
using type = Type
 The resulting type.
 

Detailed Description

template<typename Type>
class std::add_pointer< 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.

Template Parameters
TThe type to add the pointer to

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