Assignment.
void assign( std::initializer_list< query_param_view > init);
The query parameters are replaced by the contents of the initializer list. The key and value strings must not reference the underlying URL buffer, or else the behavior is undefined.
Linear in the size of init
.
Strong guarantee. Calls to allocate may throw.
Name |
Description |
---|---|
|
Initializer list with query parameters |