A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::TypeTraits< T >::PointerTraits< ns3::Ptr< U > > Struct Template Reference

Ptr type. More...

Inheritance diagram for ns3::TypeTraits< T >::PointerTraits< ns3::Ptr< U > >:
Collaboration diagram for ns3::TypeTraits< T >::PointerTraits< ns3::Ptr< U > >:

Public Types

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

Detailed Description

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

Ptr type.

Template Parameters
U[deduced] The type being inspected.

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

Member Typedef Documentation

◆ PointeeType

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

Pointee type.

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Value.

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

◆ anonymous enum

template<typename T>
template<typename U>
anonymous enum

Value.

Enumerator
IsPointer 

Not a pointer type.

IsPtr 

Ptr type.

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


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