Class params_encoded_base
Common functionality for containers
Synopsis
class params_encoded_base;
Defined in file <include/boost/url/params_encoded_base.hpp> on line 38
Types
Name |
Description |
The value type |
|
The reference type |
|
The reference type |
|
An unsigned integer type to represent sizes. |
|
A signed integer type used to represent differences. |
Member Functions
Name |
Description |
Return the query corresponding to these params |
|
Return true if there are no params |
|
Return the number of params |
|
Return an iterator to the beginning |
|
Return an iterator to the end |
|
Return true if a matching key exists |
|
Return the number of matching keys |
|
Find a matching key |
|
Find a matching key |
|
Find a matching key |
|
Find a matching key |