Set the zone ID for an IPv6 address (percent-encoded).
<boost/url/url_base.hpp>Set the zone ID for an IPv6 address (percent-encoded).
url_base&
set_encoded_zone_id(pct_string_view s);
» more...
Set the zone ID for an IPv6 address (percent-encoded).
static_url&
set_encoded_zone_id(pct_string_view const& s);
» more...
| Name | Thrown on |
|---|---|
system_error |
s contains an invalid percent-encoding. |
*this
| Name | Description |
|---|---|
| s | The zone ID to set. |