A Discrete-Event Network Simulator
API
ns3::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 ns3::TypeTraits< T >::PointerTraits< U * >

Pointer type.

Template Parameters
U[deduced] The type being inspected.

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

Member Typedef Documentation

◆ PointeeType

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

Pointee type.

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

Member Enumeration Documentation

◆ anonymous enum

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

Value.

Enumerator
IsPointer 

Pointer type.

IsPtr 

Not a Ptr type.

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


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