System::SmartPtr::const_pointer_cast メソッド
SmartPtr::const_pointer_cast method
指し示すオブジェクトに対して const_cast を使用してポインタを別の型にキャストします。
template<class Y> SmartPtr<Y> System::SmartPtr<T>::const_pointer_cast() const
| パラメーター | 説明 |
|---|---|
| Y | 指し示すオブジェクトのターゲット型。 |
ReturnValue
常に共有モードである、型が変更されたポインタ。
参照
- Class SmartPtr
- Class SmartPtr
- Namespace System
- Library Aspose.Page for C++