[#CScriptID-end-0ef] = xref:CScriptID.adoc[CScriptID]::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:CScriptID/end-00.adoc[end](); ---- [.small]#xref:CScriptID/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:CScriptID/end-0eb.adoc[end]() const; ---- [.small]#xref:CScriptID/end-0eb.adoc[_» more..._]# == Return Value A pointer past the last byte. [.small]#Created with https://www.mrdocs.com[MrDocs]#