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