uint256::end

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();
» more...

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

constexpr
unsigned char const*
end() const;
» more...

Return Value

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