Skip to content

QuantumGate::UUID::Set

Karel Donk edited this page Oct 22, 2018 · 2 revisions

Sets the value of a UUID object from a given string.

Signature

void Set(const WChar* uuid);
void Set(const String& uuid);

Parameters

Name Description
uuid A reference to the string containing a UUID, e.g. c3f306bf-5f50-9986-cbc9-7e4fa7c362a8.

Exceptions

May throw a std::invalid_argument exception when the uuid is invalid.

Clone this wiki locally