boost::corosio::endpoint::is_v6
Check if this endpoint uses an IPv6 address.
Synopsis
Declared in <boost/corosio/endpoint.hpp>
bool
is_v6() const noexcept;
Return Value
true if the endpoint uses IPv6, false if IPv4.
Created with MrDocs