end overloads

Synopses

Declared in <pubkey.h>

Iterator past the last byte of the key data.

unsigned char const*
end() const;

Mutable iterator past the last byte of the key data.

unsigned char*
end();

Return Value

  • An iterator one past the last byte of the key data.

  • A mutable iterator one past the last byte of the key data.

Created with MrDocs