Return the most significant 8 bytes of the specified guid.
Synopsis
Declared in <bdlb_guidutil.h>
static
bsls::Types::Uint64
getMostSignificantBits(Guid const& guid);
Return Value
the most significant 8 bytes of guid
Parameters
Name |
Description |
guid |
GUID whose most significant 8 bytes are returned |
Created with MrDocs