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