[#PKHash-end-0c] = xref:PKHash.adoc[PKHash]::end :relfileprefix: ../ :mrdocs: `end` overloads == Synopses Declared in `<util/hash_type.h>` Returns an iterator past the last byte of the hash. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char* xref:PKHash/end-0e.adoc[end](); ---- [.small]#xref:PKHash/end-0e.adoc[_» more..._]# Returns a const iterator past the last byte of the hash. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char const* xref:PKHash/end-00.adoc[end]() const; ---- [.small]#xref:PKHash/end-00.adoc[_» more..._]# == Return Value A pointer past the last byte. [.small]#Created with https://www.mrdocs.com[MrDocs]#