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