Assignment operators
Synopses
Declared in <bdlb_guid.h>
Assign to this guid the byte sequence in the specified buffer.
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)[]);
Return Value
a reference to this modifiable object
Parameters
Name |
Description |
buffer |
source array of 32‐bit words |
Created with MrDocs