gpt4 book ai didi

c++ - 如何在 UTF-16 中生成 Thrift 类?

转载 作者:行者123 更新时间:2023-11-30 05:34:17 26 4
gpt4 key购买 nike

需要生成 thrift 类来处理 unicode 字符串。在旧的 thrift 版本中有选项 cpp_string_type=utf16,但最后一个 thrift 版本没有这样的选项。是否有可能使用 wstring 生成 Thrift ?

最佳答案

There's a cpp_type annotation , 像这样使用:

struct wtf {
1: list<string> cpp_type "bar" foo
}

生成使用 bar 的代码而不是默认类型,在本例中为 vector<std::string> .

据我所知,从来没有一个名为 cpp_string_type 的选项,但即使我扫描了相关的提交,我仍然可能会遗漏一些东西。

关于c++ - 如何在 UTF-16 中生成 Thrift 类?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34317413/

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