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