[#8E90F44BEB8297FD3F187E290895170B2447D5E8]
Construct from a string.
ipv4_address(core::string_view s);
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 .
Exceptions thrown on invalid input.