Simpler syntax to invoke a template functor

前端 未结 0 953
忘掉有多难
忘掉有多难 2020-12-13 04:08

I have a functor that looks like this:

struct Functor {
  template static void func( Args&& args );
};


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