[#CScriptID-data-0d1] = xref:CScriptID.adoc[CScriptID]::data :relfileprefix: ../ :mrdocs: `data` overloads == Synopses Declared in `<util/hash_type.h>` Returns a pointer to the underlying byte buffer. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char* xref:CScriptID/data-0c.adoc[data](); ---- [.small]#xref:CScriptID/data-0c.adoc[_» more..._]# Returns a const pointer to the underlying byte buffer. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char const* xref:CScriptID/data-0d9.adoc[data]() const; ---- [.small]#xref:CScriptID/data-0d9.adoc[_» more..._]# == Return Value A pointer to the first byte. [.small]#Created with https://www.mrdocs.com[MrDocs]#