c++函数模板如何具体化?-灵析社区

开挂思想家

函数不支持 partial specilization 。 可以直接重载: template VertexCutClass* VertexAssign(T1& M) { ... }

阅读量:1

点赞量:0

问AI