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)>;
Created with MrDocs
Function type used to resolve a host name to network addresses.
Declared in <netbase.h>
using DNSLookupFn = std::function<std::vector<CNetAddr>(std::string const&, bool)>;
Created with MrDocs