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