gpt4 book ai didi

c++ - boost.python 中没有

转载 作者:IT老高 更新时间:2023-10-28 22:35:11 26 4
gpt4 key购买 nike

我正在尝试翻译以下代码

d = {}
d[0] = None

使用 boost.python 进入 C++

boost::python::dict d;
d[0] = ?None

如何在 boost.python 中获取 None 对象?

最佳答案

boost::python::object 的构造函数没有采用 PyObject* (据我了解,如果映射,这样的 ctor 将使整个想法无效无论如何,Python 类型转换为 C++ 类型,因为 PyObject* 可以是任何东西)。根据documentation :

object();

Effects: Constructs an object managing a reference to the Python None object.

关于c++ - boost.python 中没有,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2190349/

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