openModeller  Version 1.5.0
TypeTraits< T >::UnConst< U > Struct Template Reference
Collaboration diagram for TypeTraits< T >::UnConst< U >:
Collaboration graph

Public Types

typedef U * PointerType
 
typedef U * PlainPointerType
 
typedef U & ReferenceType
 
typedef U & PlainReferenceType
 

Detailed Description

template<typename T>
template<class U>
struct TypeTraits< T >::UnConst< U >

Definition at line 19 of file refcount.hh.

Member Typedef Documentation

template<typename T>
template<class U>
typedef U* TypeTraits< T >::UnConst< U >::PlainPointerType

Definition at line 22 of file refcount.hh.

template<typename T>
template<class U>
typedef U& TypeTraits< T >::UnConst< U >::PlainReferenceType

Definition at line 24 of file refcount.hh.

template<typename T>
template<class U>
typedef U* TypeTraits< T >::UnConst< U >::PointerType

Definition at line 21 of file refcount.hh.

template<typename T>
template<class U>
typedef U& TypeTraits< T >::UnConst< U >::ReferenceType

Definition at line 23 of file refcount.hh.


The documentation for this struct was generated from the following file: