Public Types

remove_pointer< T > Struct Template Reference

List of all members.

Public Types

typedef T type

Detailed Description

template<typename T>
struct remove_pointer< T >

remove_pointer is a compile-time template type mapper that produces the input type, but with any pointer modifier removed.


Member Typedef Documentation

template<typename T >
typedef T remove_pointer< T >::type

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