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.

constexpr
unsigned char*
end();

Returns a pointer just past the last byte of the blob.

constexpr
unsigned char const*
end() const;

Return Value

  • A pointer one past the last byte of the blob.

  • A const pointer one past the last byte of the blob.

Created with MrDocs