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