<boost/url/url_base.hpp>
params_ref
params() noexcept;
» more...
Return the query as a container of parameters
params_view
params() const noexcept;
» more...
Return the query as a container of parameters
params_ref
params(encoding_opts opt) noexcept;
» more...
params_view
params(encoding_opts opt) const noexcept;
» more...
*this
Name | Description |
---|---|
opt | The options for decoding. If this parameter is omitted, the space_as_plus is used. |