ipv6_address

Construct from a string.

Synopsis

ipv6_address(string_view s);

Declared in file <include/boost/url/ipv6_address.hpp> on line 170

Defined in file <src/ipv6_address.cpp> on line 43

Description

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.

Exception Safety

Exceptions thrown on invalid input.

Specification