zone_id
Return the IPv6 Zone ID
Synopsis
template<class StringToken = string_token::return_string>
StringToken::result_type
zone_id(StringToken&& token) const;
Defined in file <include/boost/url/url_view_base.hpp> on line 1406
Description
If the host type is host_type::ipv6, this function returns the Zone ID as a string. Otherwise an empty string is returned. Any percent-escapes in the string are decoded first.