C++-std::result_of

1、

 

int fun(int x) {
    return x + 1;
}
std::result_of<fun(int)>::type d = 100;    // int

 

posted @ 2022-03-11 14:55  朱小勇  阅读(232)  评论(0编辑  收藏  举报