A Discrete-Event Network Simulator
API
TypeTraits< T >::PointerTraits< U > Struct Template Reference

Not a pointer type. More...

Public Types

enum  { IsPointer = 0, IsPtr = 0 }
 Value. More...
 
typedef U PointeeType
 Base type. More...
 

Detailed Description

template<typename T>
template<typename U>
struct TypeTraits< T >::PointerTraits< U >

Not a pointer type.

Template Parameters
U[deduced] The type being inspected.

Definition at line 80 of file type-traits.h.

Member Typedef Documentation

template<typename T>
template<typename U>
typedef U TypeTraits< T >::PointerTraits< U >::PointeeType

Base type.

Definition at line 84 of file type-traits.h.


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