C++中函数表与函数容器

函数表(function table),是函数映射的表, 最简单的方法是使用”map<>”容器, 映射”std::string”和”function<>”容器; 函数容器的类型是 调用签名(call signature), 如 “std::functionios #include<iostream> #include<map> #include<string> #include <function
相关文章
相关标签/搜索