System::SmartPtr::operator[] méthode
SmartPtr::operator[] method
Accesseur des éléments du tableau. Ne compile que si SmartPtr_ est une spécialisation de System::Array.
template<typename IdxType> decltype(System::Details::GetByIndex(std::declval<const SmartPtr_ *>(), std::declval<IdxType>())) System::SmartPtr<T>::operator[](IdxType idx) const
| Paramètre | Description |
|---|---|
| IdxType | Type d’index (supposé entier). |
| Paramètre | Type | Description |
|---|---|---|
| idx | IdxType | Index dans le tableau. |
ReturnValue
Array value at idx position.
Voir aussi
- Typedef SmartPtr_
- Class SmartPtr
- Namespace System
- Library Aspose.Font for C++