openModeller  Version 1.4.0
TypeTraits< T >::UnConst< const U > Struct Template Reference

List of all members.

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: