[问题] static函数无法用template吗

楼主: su27 (su27)   2020-02-27 15:41:48
开发平台(Platform): (Ex: Win10, Linux, ...)
win10
编译器(Ex: GCC, clang, VC++...)+目标环境(跟开发平台不同的话需列出)
vs2017
问题一
程式码如下
我写一个类别 其中一个函数使用静态函数 功能正常
后来加入 template<class typeA> 编译时会显示"无法解析的外部符号...."
请问这有解吗
该怎么改才能编译成功
谢谢
class Operator_Class_Func
{
public:
template<class typeA>
static int Get_Region_(Mat & src_image, Mat & dest_image, vector<Point> & vtp);
};
作者: sarafciel (Cattuz)   2020-02-27 15:54:00
你把函式定义拆到header外面去了吧?
作者: Jockey66666 (往事已成追忆)   2020-02-28 00:05:00
你知道你想做什么吗
作者: suspect1   2020-03-02 18:22:00
你知道c++的static含义吗?

Links booklink

Contact Us: admin [ a t ] ucptt.com