[#XOnlyPubKey-end-00] = xref:XOnlyPubKey.adoc[XOnlyPubKey]::end :relfileprefix: ../ :mrdocs: `end` overloads == Synopses Declared in `<pubkey.h>` Iterator past the last byte of the key data. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char const* xref:XOnlyPubKey/end-01.adoc[end]() const; ---- [.small]#xref:XOnlyPubKey/end-01.adoc[_» more..._]# Mutable iterator past the last byte of the key data. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char* xref:XOnlyPubKey/end-08.adoc[end](); ---- [.small]#xref:XOnlyPubKey/end-08.adoc[_» 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. [.small]#Created with https://www.mrdocs.com[MrDocs]#