Namespace: Rx – Class: CRxArrayUChar – Header: Rx.Core/RxArrayTypes.h
CRxArrayUChar::operator[] Operator
C++
const unsigned char& 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
const unsigned char& |
Reference to the requested element. |