tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
remove_pointer.hpp File Reference

Go to the source code of this file.

Classes

struct  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. More...
 
struct  remove_pointer< T * >
 
struct  remove_pointer< T *const >
 
struct  remove_pointer< T *const volatile >
 
struct  remove_pointer< T *volatile >
 

Namespaces

namespace  etl
 

Typedefs

template<typename T>
using remove_pointer_t = typename remove_pointer<T>::type