|
|
|
|
Category: Utilities |
Component type: type |
pointer_traits<T> is a traits class for mapping
types at compile time. pointer_traits<> implements
the following mapping:
|
From |
To |
|---|---|
|
|
|
|
|
|
typedef int & int_ref; is of type int *;.
pointer_traits<int_ref>::type
type;
Defined in view_traits.hpp.
|
Parameter |
Description |
Default |
|---|---|---|
|
T |
The type of pointer_traits's arguments. |
|
None.
None.
|
Member |
Where defined |
Description |
|---|---|---|
|
type |
pointer_traits |
The reference type of the first argument: T *; |
|
const_type |
pointer_traits |
The const reference type of the first argument: T const *; |
|
pointer_traits() |
The default constructor. |
VTL Home
Copyright
© 1999 Konrad-Zuse-Zentrum für Informationstechnik Berlin &
Gary Powell All Rights Reserved.