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