c++17 send type into function using templates

前端 未结 0 1368
野趣味
野趣味 2021-02-04 15:30

i have this function that finding key in map and return the right value with type

template< typename T >
T Foo::findInMap(std::string key) {
    std::map<         


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