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

Base case for when Type is not referenceable or void. More...

Inheritance diagram for std::add_pointer_detail::add_pointer< Type, class >:
Inheritance graph

Public Types

using type = Type
 The resulting type.
 

Detailed Description

template<class Type, class = void>
class std::add_pointer_detail::add_pointer< Type, class >

Base case for when Type is not referenceable or void.

Template Parameters
TThe type to add the pointer to

Member Typedef Documentation

◆ type

template<class Type, class = void>
using std::add_pointer_detail::add_pointer< Type, class >::type = Type

The resulting type.


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