gpt4 book ai didi

c++ - 指向带有模板参数的函数的指针

转载 作者:行者123 更新时间:2023-11-30 01:54:10 26 4
gpt4 key购买 nike

如何在不创建结构的情况下创建它?

template <class T>
typedef bool (* FunctionPointer)(T*, T*);

最佳答案

使用使用:

template <class T>
using FunctionPointer = bool (*)(T*, T*);

Live example

关于c++ - 指向带有模板参数的函数的指针,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22312170/

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