|
noexcept |
Allocates and returns a unique string which is a representation of an UUID generated internally.
CHAR_TYPE | is a type of the allocated buffer. Currently the template is defined only for CHAR_TYPE=char and CHAR_TYPE=wchar_t resolving to AllocateUniqueStringA and AllocateUniqueStringW respectively. |