System::SmartPtr::operator[] طريقة
SmartPtr::operator[] method
موصل لعناصر المصفوفة. يتم التجميع فقط إذا كان SmartPtr_ نوعًا متخصصًا من System::Array.
template<typename IdxType> decltype(System::Details::GetByIndex(std::declval<const SmartPtr_ *>(), std::declval<IdxType>())) System::SmartPtr<T>::operator[](IdxType idx) const
| معامل | الوصف |
|---|---|
| IdxType | نوع الفهرس (يفترض أنه عدد صحيح). |
| معامل | نوع | الوصف |
|---|---|---|
| idx | IdxType | فهرس في المصفوفة. |
ReturnValue
Array value at idx position.
انظر أيضًا
- Typedef SmartPtr_
- Class SmartPtr
- Namespace System
- Library Aspose.Font for C++