[#WitnessV0KeyHash-end-01] = xref:WitnessV0KeyHash.adoc[WitnessV0KeyHash]::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:WitnessV0KeyHash/end-0c.adoc[end](); ---- [.small]#xref:WitnessV0KeyHash/end-0c.adoc[_» more..._]# Returns a const iterator past the last byte of the hash. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char const* xref:WitnessV0KeyHash/end-0e.adoc[end]() const; ---- [.small]#xref:WitnessV0KeyHash/end-0e.adoc[_» more..._]# == Return Value A pointer past the last byte. [.small]#Created with https://www.mrdocs.com[MrDocs]#