C++模板问题
template <typename Container, typename Function>//这一行创建两个模板我看得懂typename Container::value_type//这一行是什么意思?看不明白
Reduce(const Container& c, Function fn) throw (NotEnoughElements)//这一行这个Reduce函数是哪里的,STL的?
{
}
代码就这么多,求人帮助,谢谢
[此贴子已经被作者于2016-2-4 01:50编辑过]