BloombergLP::bdlb::Guid::operator=

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)[]);
» more...

Assign to the buffer of this guid the byte sequence in the specified buffer.

Guid&
operator=(unsigned char const(& buffer)[]);
» more...

Return Value

a reference to this modifiable object

Parameters

NameDescription
buffersource array of 32-bit words