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