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

Not a pointer type.

Template Parameters
U[deduced] The type being inspected.

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

Member Typedef Documentation

◆ PointeeType

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

Base type.


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

Member Enumeration Documentation

◆ anonymous enum

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

Value.

Enumerator
IsPointer 

Not a pointer type.


IsPtr 

Not a Ptr type.


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


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