Return the byte at the specified offset in this guid.
Synopsis
Declared in <bdlb_guid.h>
unsigned char const&
operator[](std::size_t offset) const;
Description
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.
Return Value
a reference to the byte at offset
Parameters
Name |
Description |
offset |
byte offset from the most significant byte |
Created with MrDocs