![]() |
#2
hkhk3662016-02-03 13:26
|
template <typename Container, typename Function>//这一行创建两个模板我看得懂
typename Container::value_type//这一行是什么意思?看不明白
Reduce(const Container& c, Function fn) throw (NotEnoughElements)//这一行这个Reduce函数是哪里的,STL的?
{
}
代码就这么多,求人帮助,谢谢