2010-09-19 41 views

回答

2

如果你想A類交好函數模板foo(),你需要使用:

template <E> friend int foo(); 

您也可以交好函數模板foo()的特定實例:

friend int foo<a1>();