System::SmartPtr::operator[] metodo
SmartPtr::operator[] method
Accessore per gli elementi dell’array. Compila solo se SmartPtr_ è una specializzazione di System::Array.
template<typename IdxType> decltype(System::Details::GetByIndex(std::declval<const SmartPtr_ *>(), std::declval<IdxType>())) System::SmartPtr<T>::operator[](IdxType idx) const
| Parametro | Descrizione |
|---|---|
| IdxType | Tipo di indice (presunto intero). |
| Parametro | Tipo | Descrizione |
|---|---|---|
| idx | IdxType | Indice nell’array. |
ReturnValue
Array value at idx position.
Vedi anche
- Typedef SmartPtr_
- Class SmartPtr
- Namespace System
- Library Aspose.Font for C++