摘要:
1#include 2#include 3 4template 5class Myclass 6{ 7public: 8 template //成员模板 9 void PrintTypeName(T thistype,T1 const othertype);1011};1213template 14template //定义15void Myclass::PrintTypeN... 阅读全文
posted @ 2006-07-14 00:36
Rawu
阅读(728)
评论(1)
推荐(0)
浙公网安备 33010602011771号