remove_pointer< T > Struct Template Reference
remove_pointer is a compile-time template type mapper that produces the input type, but with any pointer modifier removed.
More...
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
The documentation for this struct was generated from the following file: