Namespace: Rx – Class: CRxArrayParticle – Header: Rx.Core.Ex/RxArrayParticle.h
CRxArrayParticle::operator[] Operator
C++
Rx::SParticle& operator[](size_t nIndex)
Returns a reference to the element at the specified index. No bounds checking is performed.
Parameters
[size_t] nIndex |
The index. |
Returns
Rx::SParticle& |
Reference to the requested element. |