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

Pointer type. More...

Public Types

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

Detailed Description

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

Pointer type.

Template Parameters
U[deduced] The type being inspected.

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

Member Typedef Documentation

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

Pointee type.

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


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