Template unsafeCast

Down cast of a reference to a child class reference runtime check is disabled in release build If T is a base class of U, this does a blind cast to the same address. If T is an interface implemented by U, it first offset address to the object base address and does a blind cast to that address.

template unsafeCast(U) ;
template unsafeCast(U) ;

Contained Functions

NameDescription
unsafeCast

Contained Functions

NameDescription
unsafeCast