#include <typetraits.hh>
Public Types | |
enum | { isVolatile = false, isConst = false } |
typedef T | UnqualifiedType |
The unqualified type. | |
typedef const T | ConstType |
The const type. | |
typedef const volatile T | ConstVolatileType |
The const volatile type. |
anonymous enum |