Common functionality for containers
class params_base ;
Declared in file <boost/url/params_base.hpp> at line 39
| Name | Description |
|---|---|
| iterator |
| Name | Description |
|---|---|
| const_iterator | iterator |
| value_type | The value type |
| reference | The reference type |
| const_reference | The reference type |
| size_type | An unsigned integer type to represent sizes. |
| difference_type | A signed integer type used to represent differences. |
| Name | Description |
|---|---|
| buffer | Return the referenced character buffer. |
| empty | Return true if there are no params |
| size | Return the number of params |
| begin | Return an iterator to the beginning |
| end | Return an iterator to the end |
| contains | Return true if a matching key exists |
| count | Return the number of matching keys |
| find | Find a matching key |
| find | Find a matching key |
| find_last | Find a matching key |
| find_last | Find a matching key |
This base class is used by the library to provide common member functions for containers. This cannot be instantiated directly; Instead, use one of the containers or functions: