使用泛型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
holdtom
繁星点点滴滴
烙印99
相关分类