Return the version of the specified guid object. The behavior is undefined unless the contents of the guid object are compliant with RFC 4122.
Synopsis
Declared in <bdlb_guidutil.h>
static
int
getVersion(bdlb::Guid const& guid);
Return Value
the RFC 4122 version field of guid
Parameters
Name |
Description |
guid |
GUID whose RFC 4122 version field is returned |
Created with MrDocs