boost::corosio::endpoint::v4_address
Get the IPv4 address.
Synopsis
Declared in <boost/corosio/endpoint.hpp>
ipv4_address
v4_address() const noexcept;
Return Value
The IPv4 address. The value is valid even if the endpoint is using IPv6 (it will be the default any address).
Created with MrDocs