boost::urls::param::param

Aggregate construction

Synopsis

Declared in <boost/url/param.hpp>
param(
    core::string_view key,
    core::string_view value,
    bool has_value) noexcept;


Parameters

Name Description
key The key to set.
value The value to set.
has_value True if a value is present.

Created with MrDocs