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

Ptr type. More...

Public Types

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

Detailed Description

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

Ptr type.

Template Parameters
U[deduced] The type being inspected.

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

Member Typedef Documentation

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

Pointee type.

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


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