Forward declatation of CastResult used by System::StaticCast, System::DynamicCast and alike functions. More...
Public Types | |
typedef SmartPtr< TTo > | type |
An alias for a pointer to an instance of TTo . More... | |
Forward declatation of CastResult used by System::StaticCast, System::DynamicCast and alike functions.
Template magic to deduce cast results.
typedef SmartPtr<TTo> System::CastResult< TTo >::type |
An alias for a pointer to an instance of TTo
.