Insert elements.
iterator insert( iterator before, std::initializer_list< query_param_view > init);
This function inserts a list of elements at the specified container position The key and value strings must not reference the underlying URL buffer, or else the behavior is undefined.
Iterator pointing to the first inserted element
Name |
Description |
---|---|
|
Position at which the elements should be inserted |
|
Elements to be inserted |