ForceStaticCast()

System::ForceStaticCast(SmartPtr<TFrom> const&) function

Performs real static cast on SmartPtr objects.

template<typename TTo,typename TFrom> CastResult<TTo>::type System::ForceStaticCast(SmartPtr<TFrom> const &obj)

Template parameters

ParameterDescription
TToTarget pointee type.
TFromSource pointee type.

Arguments

ParameterTypeDescription
objSmartPtr<TFrom> const&Source pointer.

Return Value

Cast result if cast is allowed, otherwise the behavior is undefined.

See Also