Return a reference providing modifiable access to the character at the specified position in this string. Throw out_of_range if position >= length().
position
out_of_range
position >= length()
Declared in <bslstl_string.h>
<bslstl_string.h>
reference at(size_type position);