c++11: How to write a wrapper function to make `std::function` objects

前端 未结 3 1407
温柔的废话
温柔的废话 2020-12-09 05:50

I am trying to write a wrapper make_function, which like std::make_pair can create a std::function object out of suitable callable obj

3条回答
提交回复
热议问题