Return the least significant 8 bytes of the specified guid.

Synopsis

Declared in <bdlb_guidutil.h>

static
bsls::Types::Uint64
getLeastSignificantBits(Guid const& guid);

Return Value

the least significant 8 bytes of guid

Parameters

Name

Description

guid

GUID whose least significant 8 bytes are returned

Created with MrDocs