gpt4 book ai didi

c++ - “struct _ntl_gbigint_body”在哪里定义?

转载 作者:行者123 更新时间:2023-12-02 10:24:59 25 4
gpt4 key购买 nike

我正在浏览NTL代码,但找不到struct _ntl_gbigint_body定义:

$ grep -r _ntl_gbigint_body *
include/NTL/ZZ.h:WrappedPtr<_ntl_gbigint_body, Deleter> rep;
include/NTL/lip.h:struct _ntl_gbigint_body;
include/NTL/lip.h:typedef _ntl_gbigint_body *_ntl_gbigint;
Binary file src/RR.o matches
.....
Binary file src/GF2E.o matches
src/lip.cpp:typedef WrappedPtr<_ntl_gbigint_body, _ntl_gbigint_deleter> _ntl_gbigint_wrapped;
Binary file src/mat_ZZ_p.o matches
......

我很好奇它的定义位置。

最佳答案

NTL的作者Victor Shoup讨论后,他给出了答案:

It's actually never declared.
A pointer to it is like a void pointer, but with better error checking.

关于c++ - “struct _ntl_gbigint_body”在哪里定义?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42361419/

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