tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
remove_pointer< T > Struct Template Reference

Provides the member typedef type which is the type pointed to by T, or, if T is not a pointer, then type is the same as T. The behavior of a program that adds specializations for remove_pointer is undefined. More...

#include <remove_pointer.hpp>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct etl::remove_pointer< T >

Provides the member typedef type which is the type pointed to by T, or, if T is not a pointer, then type is the same as T. The behavior of a program that adds specializations for remove_pointer is undefined.

Member Typedef Documentation

◆ type

template<typename T>
using type = T

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