[#BloombergLP-bdlb-Guid-operator_subs] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Guid.adoc[Guid]::operator[] :relfileprefix: ../../../ :mrdocs: Return the byte at the specified `offset` in this guid. == Synopsis Declared in `<bdlb_guid.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [cols="1,4"] |=== | Name| Description | *offset* | byte offset from the most significant byte |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#