boost::urls::param::param
Constructor
Synopsis
Declared in <include/boost/url/param.hpp>
constexpr
param() = default;
Description
Default constructed query parameters have an empty key and no value.
param qp;
this->key == "" && this->value == "" && this->has_value == false
Throws nothing.
Created with MrDocs