This template defines two types. Type is the actual type, Pointer is the pointer type. In essence, Type strips one indirection from T, if T is a pointer type.
| T | any type or pointer |
Public Types | |
| typedef T * | Pointer |
| typedef T | Type |
|
|||||
|
|
|
|||||
|
|
1.4.3