gpt4 book ai didi

c++ - 空 uuid_t 常量或函数?

转载 作者:太空宇宙 更新时间:2023-11-04 13:17:33 27 4
gpt4 key购买 nike

在 POSIX 中是否有空的 uuid_t 常量或可以返回空的 uuid_t 的函数?

我有一个函数应该在失败时返回一个空的 uuid_t,因此我需要生成/返回一个空的 uuid_t...

uuid_t getComponent(const string& name)
{
if (components.find(name) == components.end())
// return null uuid_t

return components[name];
}

最佳答案

你试过了吗uuid_clear()


描述:

The uuid_clear function sets the value of the supplied uuid variable uu to the NULL value.


Example :

uuid_clear(uuid);

关于c++ - 空 uuid_t 常量或函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36658197/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com