[#uint160-end-0c] = xref:uint160.adoc[uint160]::end :relfileprefix: ../ :mrdocs: Returns a pointer just past the last byte of the blob. == Synopses Declared in `<uint256.h>` Returns a pointer just past the last byte of the blob. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr unsigned char* xref:uint160/end-04.adoc[end](); ---- [.small]#xref:uint160/end-04.adoc[_» more..._]# Returns a pointer just past the last byte of the blob. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr unsigned char const* xref:uint160/end-0a.adoc[end]() const; ---- [.small]#xref:uint160/end-0a.adoc[_» more..._]# == Return Value * A pointer one past the last byte of the blob. * A const pointer one past the last byte of the blob. [.small]#Created with https://www.mrdocs.com[MrDocs]#