使用泛型STD:在一个类中具有成员函数的函数对象
map
std::function
class Foo { public: void doSomething() {} void bindFunction() { // ERROR std::function<void(void)> f = &Foo::doSomething; }};
error C2064: term does not evaluate to a function taking 0 arguments
xxcallobj
MMMHUHU
拉丁的传说
慕虎7371278