XOnlyPubKey::end

end overloads

Synopses

Declared in <pubkey.h>

Iterator past the last byte of the key data.

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

Mutable iterator past the last byte of the key data.

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

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.