Home | Libraries | People | FAQ | More |
Parse a string containing an IPv6 address.
Defined in header <boost/url/ipv6_address.hpp>
result< ipv6_address > parse_ipv6_address( string_view s);
This function attempts to parse the string as an IPv6 address and returns a result containing the address upon success, or an error code if the string does not contain a valid IPv6 address.
Throws nothing.
A result containing the address.
Name |
Description |
---|---|
|
The string to parse. |
Convenience header <boost/url.hpp>