std::bind 用法 #include <string>#include <functional>#include <iostream>using namespace std;class Worker{public: static Worker* Get() { static Worker ff; return &ff; } string P... C++ STL 2023-10-26 54 点赞 0 评论 81 浏览