[#BloombergLP-bdlb-Guid-operator_assign-025] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/Guid.adoc[Guid]::operator= :relfileprefix: ../../../ :mrdocs: Assignment operators == Synopses Declared in `<bdlb_guid.h>` Assign to the buffer of this guid the byte sequence in the specified `buffer`. Note that `buffer` is treated as purely a sequence of bytes, and no account is taken of endianness. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/Guid.adoc[Guid]& xref:BloombergLP/bdlb/Guid/operator_assign-023.adoc[operator=](uint32_t const(& buffer)[]); ---- [.small]#xref:BloombergLP/bdlb/Guid/operator_assign-023.adoc[_» more..._]# Assign to the buffer of this guid the byte sequence in the specified `buffer`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlb/Guid.adoc[Guid]& xref:BloombergLP/bdlb/Guid/operator_assign-0b.adoc[operator=](unsigned char const(& buffer)[]); ---- [.small]#xref:BloombergLP/bdlb/Guid/operator_assign-0b.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#