How to deal with template const and non-const parameters?

后端 未结 0 539
日久生厌
日久生厌 2021-02-12 23:59

I have a Template function taking in const types such as:

template 
    void* process(const T& v1, const U& v2)
    {
      //do s         


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