![]() |
fpmas 1.6
|
#include <cast.h>
Static Public Member Functions | |
static api::utils::PtrWrapper< T > | cast (T *ptr) |
PtrWrapperCastImpl specialization when T1 == T2
.
In this case, no dynamic_cast
is used, so the source pointer just needs to be wrapped in a PtrWrapper instance.
|
inlinestatic |
Wraps ptr
in an fpmas::api::utils::PtrWrapper instance.