A random-access view of percent-decoded query parameters in a url.
Defined in header <boost/url/params.hpp>
class params
Name |
Description |
---|---|
A read-only forward iterator to a decoded query parameter. |
|
A type which can represent a parameter as a const reference. |
|
A signed integer type to represent differences. |
|
A read-only forward iterator to a decoded query parameter. |
|
A type which can represent a parameter as a const reference. |
|
An unsigned integer type to represent sizes. |
|
A type which can represent a parameter as a value. |
Name |
Description |
---|---|
Construct key-only element at the end of the container. |
|
Assignment. |
|
Returns an iterator to the beginning. |
|
Clears the contents of the container. |
|
Check if container contains an element with the specified key. |
|
Count number of elements with a specified key. |
|
Checks whether the container is empty. |
|
Returns an iterator to the end. |
|
Erases element from container at specified position. |
|
Find element with a specified key. |
|
Insert element. |
|
View assignment. |
|
params [constructor] |
Constructor. |
Insert value at the end of the container. |
|
Remove a query parameter from the container. |
|
Replace element. |
|
Replace element. |
|
Return the number of elements. |
This view represents the range of percent-decoded query parameters in a url. Its iterator dereferences to read-only decoded query parameters in the underlying url.
Convenience header <boost/url.hpp>