System::Collections::Generic::ListPtr::operator[] method
ListPtr::operator method
Accessor.
std::vector<T>::reference System::Collections::Generic::ListPtr<T>::operator[](int idx)
Parameter | Type | Description |
---|---|---|
idx | int | Index to access element from. |
ReturnValue
Reference to specified element.
See Also
- Class ListPtr
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++
ListPtr::operator const method
Accessor.
std::vector<T>::const_reference System::Collections::Generic::ListPtr<T>::operator[](int idx) const
Parameter | Type | Description |
---|---|---|
idx | int | Index to access element from. |
ReturnValue
Const reference to specified element.
See Also
- Class ListPtr
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++