Namespace: Rx – Class: CRxString – Header: Rx.Core/RxString.h

CRxString::operator[] Operator

C++
char operator[](size_t nIndex)

Gets the nIndex-th character from string.

Parameters

[size_t] nIndex

The index.

Returns

char

The indexed character.