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.

Synopsis

Declared in <bdlb_guid.h>

unsigned char const&
operator[](std::size_t offset) const;

Created with MrDocs