template<class T, class Traits = CharTraits<T>>
Obtain a modifiable copy of the character at position index.
- Note:
- This operator cannot be used to append characters to the string. Do not provide an index that is greater than or equal to size().
- Parameters:
-
| index | The position of the desired character. |
- Returns:
- the character at the specified position.