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.
Guid&
operator=(uint32_t const(& buffer)[]);
Assign to the buffer of this guid the byte sequence in the specified buffer.
Guid&
operator=(unsigned char const(& buffer)[]);
Created with MrDocs