boost::urls::param_pct_view::param_pct_view

Aggregate construction

Synopsis

Declared in <boost/url/param.hpp>

param_pct_view(
    pct_string_view key,
    pct_string_view value,
    bool has_value) noexcept;

Parameters

NameDescription
keyThe key
valueThe value
has_valueTrue if a value is present