[#boost-urls-param_view-2constructor-035] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/param_view.adoc[param_view]::param_view :relfileprefix: ../../../ :mrdocs: Aggregate construction == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/param.hpp#L603[boost/url/param.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- param_view( core::string_view key_, core::string_view value_, bool has_value_) noexcept; ---- == Parameters [cols=2] |=== | Name | Description | *key_* | The key to set. | *value_* | The value to set. | *has_value_* | True if a value is present. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#