bsl::basic_string<wchar_t>::insert

Insert the specified character at the specified position in this string, and return an iterator providing modifiable access to the inserted character. The behavior is undefined unless position is a valid iterator on this string.

Synopsis

Declared in <bslstl_string.h>

iterator
insert(
    const_iterator position,
    wchar_t character);