Not a pointer type. More...
Public Types | |
enum | { IsPointer = 0 , IsPtr = 0 } |
Value. More... | |
typedef U | PointeeType |
Base type. | |
Not a pointer type.
U | [deduced] The type being inspected. |
Definition at line 104 of file type-traits.h.
typedef U ns3::TypeTraits< T >::PointerTraits< U >::PointeeType |
anonymous enum |
Value.
Enumerator | |
---|---|
IsPointer | Not a pointer type.
|
IsPtr | Not a Ptr type.
|
Definition at line 107 of file type-traits.h.