boost::urls::params_ref::erase
Erase elements
Synopsis
Declared in <boost/url/params_ref.hpp>
Description
This function removes a range of elements from the container.
All iterators that are equal to first
or come after are invalidated.
Parameters
Name |
Description |
first |
The first element to remove. |
last |
One past the last element to remove. |
Created with MrDocs