System::static_pointer_cast methode
System::static_pointer_cast method
Casts smart pointers met static_cast.
template<class Y,class X> SmartPtr<Y> System::static_pointer_cast(SmartPtr<X> const &x)
| Parameter | Beschrijving |
|---|---|
| X | Bronpointer pointee type. |
| Y | Doelpointer pointee type. |
| Parameter | Type | Beschrijving |
|---|---|---|
| x | SmartPtr<X> const& | Bron‑pointer. |
ReturnValue
Pointer na cast.
Zie ook
- Class SmartPtr
- Namespace System
- Library Aspose.Page for C++