Assignment operators
Declared in <bdlb_guid.h>
Assign to this guid the byte sequence in the specified buffer.
Guid&
operator=(uint32_t const(& buffer)[]);
» more...
Assign to the buffer of this guid the byte sequence in the specified buffer.
Guid&
operator=(unsigned char const(& buffer)[]);
» more...
a reference to this modifiable object
| Name | Description |
|---|---|
| buffer | source array of 32-bit words |