How to pass the address of the overloaded method to template method

前端 未结 0 1370
渐次进展
渐次进展 2020-12-02 05:26

I am learning templates and stuck with the following case:

class ClassA {
   LPCWSTR   Name(void) {...};
   UINT      Name(LPCWSTR name) {...};
   LPCWSTR   S         


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