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

Synopsis

Declared in <bdlb_guid.h>

Guid&
operator=(uint32_t const(& buffer)[]);

Description

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.

Return Value

a reference to this modifiable object

Parameters

Name

Description

buffer

source array of 32‐bit words

Created with MrDocs