Trait class to convert a pointer into a reference, used by MemPtrCallBackImpl. More...
#include "ptr.h"
Static Public Member Functions | |
static T & | GetReference (const Ptr< T > p) |
Trait class to convert a pointer into a reference, used by MemPtrCallBackImpl.
This is the specialization for Ptr types.
T | [deduced] The type of the underlying object. |
|
inlinestatic |
[in] | p | Object pointer |
Definition at line 387 of file ptr.h.
References ns3::PeekPointer().