Luna::BasicString::insert
template <typename _InputIt>
BasicString< _Char, _Alloc >::iterator insert(const_iterator pos, _InputIt first, _InputIt last)
Inserts characters from the iterator range at the specified position.
Parameters
-
in pos
The iterator to the position to insert.
-
in first
The iterator to the first character to be inserted.
-
in last
The iterator to the one-past-last character to be inserted.