[#DNSLookupFn] = DNSLookupFn :mrdocs: Function type used to resolve a host name to network addresses. == Synopsis Declared in `<netbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using DNSLookupFn = std::function<std::vector<CNetAddr>(std::string const&, bool)>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#