-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::UUID::Set
Karel Donk edited this page Oct 22, 2018
·
2 revisions
Sets the value of a UUID object from a given string.
void Set(const WChar* uuid);void Set(const String& uuid);| Name | Description |
|---|---|
uuid |
A reference to the string containing a UUID, e.g. c3f306bf-5f50-9986-cbc9-7e4fa7c362a8. |
May throw a std::invalid_argument exception when the uuid is invalid.