Luna::BasicString::replace

void replace(const_iterator first, const_iterator last, InitializerList< value_type > ilist)

Replaces characters in range [first, last) with characters from the specified initializer list.

Parameters

  • in first

    The iterator to the first character to replace.

  • in last

    The iterator to the one-past-last character to replace.

  • in ilist

    The initializer list with the characters to use for replacement.