boost::function_types::is_member_function_pointer用法的测试程序
实现功能
boost::function_types::is_member_function_pointer用法的测试程序
C++实现代码
#include <boost/mpl/assert.hpp>
#include <boost/function_types/is_member_function_pointer.hpp>
namespace ft = boost::function_types;