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