Function param::param
Constructor
Synopsis
Declared in header <boost/url/param.hpp>
template<class OptionalString>
param(
core::string_view key,
const OptionalString& value);
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.