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