[#base_blob-09-end-0c] = xref:base_blob-09.adoc[base_blob]::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:base_blob-09/end-06.adoc[end](); ---- [.small]#xref:base_blob-09/end-06.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:base_blob-09/end-07.adoc[end]() const; ---- [.small]#xref:base_blob-09/end-07.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]#