This function constructs an address from the string s
, which must contain a valid IPv6 address string or else an exception is thrown.
For a non-throwing parse function, use parse_ipv6_address
.
Exceptions thrown on invalid input.
Name | Thrown on |
---|---|
system_error |
The input failed to parse correctly. |
Name | Description |
---|---|
s | The string to parse. |