Return the byte at the specified offset in this guid.
Declared in <bdlb_guid.h>
unsigned char const&
operator[](std::size_t offset) const;
Return a reference offering unmodifiable access to the byte at the specified offset from the most significant byte of this guid object. The behavior is undefined unless 0 <= offset < k_GUID_NUM_BYTES.
a reference to the byte at offset
| Name | Description |
|---|---|
| offset | byte offset from the most significant byte |