Helper for the MakeTimerImpl functions which take a class method. More...
#include "timer-impl.h"
Static Public Member Functions | |
static T & | GetReference (T *p) |
Convert a pointer type to a reference. | |
Helper for the MakeTimerImpl functions which take a class method.
This helper converts a pointer to a reference.
This is the specialization for pointer to T
.
T | [explicit] The object type. |
Definition at line 650 of file timer-impl.h.
|
inlinestatic |
Convert a pointer type to a reference.
[in] | p | The pointer. |
p
. Definition at line 658 of file timer-impl.h.