gpt4 book ai didi

c++ - 使用 ODB 编译指示

转载 作者:行者123 更新时间:2023-11-28 00:17:53 30 4
gpt4 key购买 nike

我想了解 ODB 模型是如何工作的。

这是来自 the official site 的片段:

  #pragma db object
class person
{
private:
friend class odb::access;
person () {}

#pragma db id
string email_;

string name_;
unsigned short age_;
};

我的问题是,如何指定这些自定义编译指示然后重新使用它们? (#pragma db 对象)

最佳答案

任何#pragma 都是编译器相关的、实现定义的特性。任何 #pragma 都只能由相关的特定编译器记录。

关于c++ - 使用 ODB 编译指示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29098190/

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