[#CNetAddr-IsTor] = xref:CNetAddr.adoc[CNetAddr]::IsTor :relfileprefix: ../ :mrdocs: Whether this is a Tor onion address. == Synopsis Declared in `<netaddress.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] bool IsTor() const; ---- == Return Value True when the network type is Tor onion. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#