Can we overload template classes in C++, similar to how we overload functions?

前端 未结 0 1588
予麋鹿
予麋鹿 2020-12-13 12:04

In C++, we are allowed to have two functions of the same name provided that the function parameter lists are different.

This is called, "overloading<

相关标签:
回答
  • 消灭零回复
提交回复
热议问题