boost::urls::url::params

Return the query as a container of parameters

Synopses

Declared in <boost/url/url_base.hpp>

Return the query as a container of parameters

params_ref
params() noexcept;

Return the query as a container of parameters

Return Value

  • *this

  • A range of references to the parameters.

Parameters

Name Description

opt

The options for decoding. If this parameter is omitted, the space_as_plus is used.