Namespace: Rx – Class: CRxArrayString – Header: Rx.Core/RxArrayTypes.h

CRxArrayString::operator[] Operator

C++
const Rx::CRxString& 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 Rx::CRxString&

Reference to the requested element.