Access the byte at the given position.
Synopsis
Declared in <pubkey.h>
unsigned char const&
operator[](unsigned int pos) const;
Return Value
A reference to the byte at pos.
Parameters
Name |
Description |
pos |
Index of the byte to access. |
Created with MrDocs