boost::urls::params_encoded_base
Percent‐encoded query helper base
Types
Name |
Description |
A Bidirectional iterator to a query parameter |
|
A Bidirectional iterator to a query parameter |
|
The reference type |
|
A signed integer type used to represent differences. |
|
The reference type |
|
An unsigned integer type to represent sizes. |
|
The value type |
Member Functions
Name |
Description |
Return an iterator to the beginning |
|
Return the query corresponding to these params |
|
Return true if a matching key exists |
|
Return the number of matching keys |
|
Return true if there are no params |
|
Return an iterator to the end |
|
Find a matching key |
|
Find a matching key |
|
Return the value for a key or a fallback |
|
Return the number of params |
Friends
| Name | Description |
|---|---|
Non‐owning encoded query parameter view |
|
Mutable encoded query parameter proxy |
|
Common functionality for containers |
Derived Classes
| Name | Description |
|---|---|
Mutable encoded query parameter proxy |
|
Non‐owning encoded query parameter view |
Description
This base implements the shared percent‐encoded query parameter view functionality used by params_encoded_view and params_encoded_ref. It cannot be instantiated directly; instead, use one of those containers or the corresponding ref adaptors.
Containers
-
params_ref -
params_view -
params_encoded_ref -
params_encoded_view
Created with MrDocs