CPubKey::operator[]

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

NameDescription
posIndex of the byte to access.