begin overloads

Synopses

Declared in <pubkey.h>

Iterator to the first byte of the key data.

unsigned char const*
begin() const;

Mutable iterator to the first byte of the key data.

unsigned char*
begin();

Return Value

  • An iterator to the first byte of the key data.

  • A mutable iterator to the first byte of the key data.

Created with MrDocs