MCPcopy Create free account
hub / github.com/boostorg/asio / basic_resolver

Method basic_resolver

include/boost/asio/ip/basic_resolver.hpp:101–104  ·  view source on GitHub ↗

Construct with executor. * This constructor creates a basic_resolver. * * @param ex The I/O executor that the resolver will use, by default, to * dispatch handlers for any asynchronous operations performed on the * resolver. */

Source from the content-addressed store, hash-verified

99 * resolver.
100 */
101 explicit basic_resolver(const executor_type& ex)
102 : impl_(0, ex)
103 {
104 }
105
106 /// Construct with execution context.
107 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected