end overloads

Synopses

Declared in <util/hash_type.h>

Returns an iterator past the last byte of the hash.

unsigned char*
end();

Returns a const iterator past the last byte of the hash.

unsigned char const*
end() const;

Return Value

A pointer past the last byte.

Created with MrDocs