param
Constructor
Synopsis
template<class OptionalString>
param(
string_view key,
const OptionalString& value);
Defined in file <include/boost/url/param.hpp> on line 278
Description
This constructs a parameter with a key and value. No validation is performed on the strings. Ownership of the key and value is acquired by making copies.