An implementation of the CountedPtrCast that always return the pointer passed reached via CastNoneError in the ReferenceCountTraits of the target class. More...
#include <countedptr.h>
Static Public Member Functions | |
static OriginalPointer | Cast (OriginalPointer Original) |
This literally does nothing and returns the value passed, so simple all but the dumbest compilers will optimize it away at compile time. More... | |
An implementation of the CountedPtrCast that always return the pointer passed reached via CastNoneError in the ReferenceCountTraits of the target class.
OriginalPointer | The type of the original pointer and return value must match exactly |
Definition at line 536 of file countedptr.h.
|
inlinestatic |
This literally does nothing and returns the value passed, so simple all but the dumbest compilers will optimize it away at compile time.
Definition at line 542 of file countedptr.h.