DNSLookupFn

Function type used to resolve a host name to network addresses.

Synopsis

Declared in <netbase.h>

using DNSLookupFn = std::function<std::vector<CNetAddr>(std::string const&, bool)>;