函数对象与std::bind

函数指针 主要有以下两类: 一般函数指针(普通函数指针 and static 成员函数指针) 非static成员函数指针 一般函数指针 初始化 普通函数指针 func_type func = function_name; or func_type func =