boost::corosio::resolver_entry
A single entry produced by a resolver.
Synopsis
Declared in <boost/corosio/resolver_results.hpp>
class resolver_entry;
Description
This class represents one resolved endpoint along with the host and service names used in the query.
Member Functions
Name |
Description |
|
Constructors |
Get the endpoint. |
|
Get the host name from the query. |
|
Get the service name from the query. |
|
Implicit conversion to endpoint. |
Created with MrDocs