authority::operator()


byte authority::operator()(unsigned Index) const

This operator is the 0-based, constant access operator.

Parameters

unsigned Index

The 0-based index of the byte to be returned.

Return

byte

The specified byte.

Notes

A copy of a byte from the member array is returned.

The specified index should lie between 0..5 (inclusive).

This operator is const; whereas, operator[] is not.