[#uint256-end-09] = xref:uint256.adoc[uint256]::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:uint256/end-0d.adoc[end](); ---- [.small]#xref:uint256/end-0d.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:uint256/end-0b.adoc[end]() const; ---- [.small]#xref:uint256/end-0b.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]#