template <>struct hash {std::size_t operator()(const int& t) const {return 0;}};见过class和struct还有函数的模板,这种模板请大神看看这是什么意思,
模板内重载()操作的意思