Luna::BasicString::append

template <typename _InputIt>
void append(_InputIt first, _InputIt last)

Appends characters from the iterator range to the back of the string.

Parameters

  • in first

    The iterator to the first character to be appended.

  • in last

    The iterator to the one-past-last character to be appended.