authority - copy


authority::authority(const authority& A)

This constructor is the class copy constructor.

Parameters

const authority& A

The authority being copied.

Notes

The six bytes of a are copied to the current instance.