C++ 17: Deduce signature from Callable in a template

前端 未结 0 1033
执笔经年
执笔经年 2020-11-27 15:13

If and how is it possible to deduce the signature type from any callable in C++17? Snippet:

template 
struct MyFunction;

template 

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