boost::urls::static_url::set_encoded_zone_id

Set the zone ID for an IPv6 address (percent-encoded).

Synopses

Declared in <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...

Exceptions

Name Thrown on
system_error s contains an invalid percent-encoding.

Return Value

*this

Parameters

Name Description
s The zone ID to set.

Created with MrDocs