Operator[]

The [] operator returns the character at the specified position.

Visibility
Public
Signature
char operator [](int i) const
Parameters
i 

The index of the character to return

Returns

The character at the specified position


Feedback