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

Public Types

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

Detailed Description

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

Definition at line 26 of file refcount.hh.

Member Typedef Documentation

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

Definition at line 28 of file refcount.hh.

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

Definition at line 30 of file refcount.hh.

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

Definition at line 27 of file refcount.hh.

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

Definition at line 29 of file refcount.hh.


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