生成一个不包含函数指针和参数指针以及信息的的FunctionWrapper,这也意味着后续无法再设置其函数指针(移动构造和赋值除外) FunctionWrapper funcA; //创建了一个不包含函数指针和参数包的FunctionWrapper; 2.构造函数template<typename Func,typename Obj> FunctionWrapper(Func func,Obj* ...