Construct from a string.
void
ipv6_address(
string_view s);
Declared in file <src/ipv6_address.cpp> at line 43
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.