System::SmartPtr::operator[] methode
SmartPtr::operator[] method
Toegangsmethode voor array‑elementen. Compileert alleen als SmartPtr_ een specialisatie is van System::Array.
template<typename IdxType> decltype(System::Details::GetByIndex(std::declval<const SmartPtr_ *>(), std::declval<IdxType>())) System::SmartPtr<T>::operator[](IdxType idx) const
| Parameter | Beschrijving |
|---|---|
| IdxType | Type van index (aangenomen integraal). |
| Parameter | Type | Beschrijving |
|---|---|---|
| idx | IdxType | Index in array. |
ReturnValue
Array value at idx position.
Zie ook
- Typedef SmartPtr_
- Class SmartPtr
- Namespace System
- Library Aspose.Page for C++