有关于C++预定义的问题,求大神解释下这段代码什么意义?
天蓬老师
天蓬老师 2017-04-17 14:56:51
0
1
578

如题:是caffe中的代码,实在是看不懂,求大神援手。

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(1)
洪涛

Just two member/static function declarations in a template class

template <typename T>
class H {
    void f() { }
};

template void H<int>::f();
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template