CTUUID

Creates a UUID object at compile time from a UUID string.

template CTUUID (
string uuid
bool forceMS = false
) {}

Members

Functions

genUUID
UUID genUUID(string slice)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

CTUUID
enum CTUUID;
Undocumented in source.

Parameters

uuid

The UUID string to generate a UUID object from.

forceMS

Whether to force the microsoft format.

Meta