guid
Last updated
Types to deal with UUIDs (Universally Unique Identifiers) / GUIDs (Globally Unique Identifiers) as described in RFC 4122
type::GUIDType representing a GUID value
struct GUID { ... } [[sealed, format]];type::UUIDAlias name for GUID
using UUID = type::GUID;Last updated