boost::urls::ipv4_address::ipv4_address
Construct from a string.
Description
This function constructs an address from the string `s`, which must contain a valid IPv4 address string or else an exception is thrown.
For a non‐throwing parse function, use parse_ipv4_address . |
See Also
parse_ipv4_address .
Created with MrDocs