Function parse_ipv6_address
Parse a string containing an IPv6 address.
Synopsis
Declared in header <boost/url/ipv6_address.hpp>
system::result<ipv6_address>
parse_ipv6_address(core::string_view s) noexcept;
Parse a string containing an IPv6 address.
Declared in header <boost/url/ipv6_address.hpp>
system::result<ipv6_address>
parse_ipv6_address(core::string_view s) noexcept;