A namespace for UUID utility functions.
Name | |
---|---|
std::string | generateRandomUUID() Generates a completely randomized UUID string. |
bool | isValidUUIDString(const std::string & uuid) Checks if a string is a valid UUID string. |
std::string generateRandomUUID()
Generates a completely randomized UUID string.
Return: A random generated UUID string
bool isValidUUIDString(
const std::string & uuid
)
Checks if a string is a valid UUID string.
Parameters:
Return: True if uuid is a valid UUID string, otherwise false
Updated on 2024-04-08 at 15:15:27 +0200