>>245
やりたいのはこういうこと?

class C : public std::function<int(int)>{
using std::function<int(int)>::function;
};