函数模版的声明格式与类模版的声明格式感觉好像一样诶,那到底该怎么判断呢?还请大家为我解答一二,谢谢!
函数模板有返回值,类模板在template <...>之后是class或struct
template <...>
class
struct