authority::operator[]


byte& authority::operator[](unsigned Index)

This operator is the 0-based access operator.

Parameters

unsigned Index

The 0-based index of the byte, a reference to which is returned.

Return

byte&

A reference to the specified byte.

Notes

The returned reference is into the member array.

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