System::ForceStaticCast method
System::ForceStaticCast method
Performs real static cast on SmartPtr objects.
template<typename TTo,typename TFrom> CastResult<TTo>::type System::ForceStaticCast(SmartPtr<TFrom> const &obj)
| Parameter | Description |
|---|---|
| TTo | Target pointee type. |
| TFrom | Source pointee type. |
| Parameter | Type | Description |
|---|---|---|
| obj | SmartPtr<TFrom> const& | Source pointer. |
ReturnValue
Cast result if cast is allowed, otherwise the behavior is undefined.
See Also
- Class SmartPtr
- Namespace System
- Library Aspose.Page for C++