使用boost::function_types::is_function进行函数类型检查的示例程序(C/C++)
#include <iostream>
#include <boost/function_types/is_function.hpp>
template<typename T>
void CheckFunctionT
使用boost::function_types::is_function进行函数类型检查的示例程序(C/C++)
#include <iostream>
#include <boost/function_types/is_function.hpp>
template<typename T>
void CheckFunctionT