Home > Q&A > body text
如题:是caffe中的代码,实在是看不懂,求大神援手。
PHP中文网2017-04-17 14:58:51
Just two member/static function declarations in a template class
template <typename T> class H { void f() { } }; template void H<int>::f();