boost::corosio::resolver_entry::resolver_entry

Constructors

Synopses

Default constructor.

resolver_entry() = default;

Construct with endpoint, host name, and service name.

resolver_entry(
    endpoint ep,
    std::string_view host,
    std::string_view service);

Parameters

Name Description

ep

The resolved endpoint.

host

The host name from the query.

service

The service name from the query.

Created with MrDocs