C++-std::result_of
1、
int fun(int x) { return x + 1; } std::result_of<fun(int)>::type d = 100; // int
长风破浪会有时,直挂云帆济沧海!
可通过下方链接找到博主
https://www.cnblogs.com/judes/p/10875138.html
1、
int fun(int x) { return x + 1; } std::result_of<fun(int)>::type d = 100; // int