Construct a guid object with the internal buffer set equal to the specified buffer with the first byte representing the most significant byte. Note that this method does guarantee that the created guid object is a GUID.

Synopsis

Declared in <bdlb_guid.h>

explicit
Guid(unsigned char const(& buffer)[]);

Created with MrDocs