gpt4 book ai didi

c++ - Cython:ctypedef 函数?

转载 作者:太空狗 更新时间:2023-10-29 20:06:14 26 4
gpt4 key购买 nike

是否可以 ctypedef 函数,因为它是 C++ 中的常见模式?喜欢

typedef int (*foo)(int, double, char*)

# Cython equivalent
ctypedef int (*foo)(int, double, char*)

或者至少在不直接声明的情况下将其外部化?类似于

# myheader.h
typedef int (*foo)(int, double, char*)

# mytest.pyx
extern int (*foo)

最佳答案

是的,这完全有可能:

ctypedef void (*function_type_name)(int, int)

关于c++ - Cython:ctypedef 函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8881802/

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