Construct a guid object with an internal buffer composed from the specified timeLow, timeMid, timeHiAndVersion, clockSeqHiRes, clockSeqLow, and node as specified by RFC 4122. Note that only the least significant 48 bits of node are used in constructing the guid.
Declared in <bdlb_guid.h>
Guid(
unsigned long timeLow,
unsigned short timeMid,
unsigned short timeHiAndVersion,
unsigned char clockSeqHiRes,
unsigned char clockSeqLow,
bsls::Types::Uint64 node);