boost::corosio::parse_ipv4_address
Return an IPv4 address from an IP address string in dotted decimal form.
Synopsis
Declared in <boost/corosio/ipv4_address.hpp>
[[nodiscard]]
std::error_code
parse_ipv4_address(
std::string_view s,
ipv4_address& addr) noexcept;
Parameters
| Name | Description |
|---|---|
s |
The string to parse. |
addr |
The address to store the result. |
Created with MrDocs