Construct a guid object from the specified buffer.
Synopsis
Declared in <bdlb_guid.h>
explicit
Guid(unsigned char const(& buffer)[]);
Description
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.
Parameters
Name |
Description |
buffer |
byte array; first byte is most significant |
Created with MrDocs