摘要:
使用std::function 回调函数 #include <iostream> #include <functional> using namespace std; void readFromFile(const std::string& filename, std::function<void( 阅读全文
posted @ 2024-02-27 08:43
Freedom_lyx
阅读(9)
评论(0)
推荐(0)