获得函数返回值类型、参数tuple、成员函数指针中的对象类型
摘要://function_traits.h,获得函数返回值类型、参数tuple、成员函数指针中的对象类型 //参考https://github.com/qicosmos/cosmos/blob/master/function_traits.hpp,进行了精简和补充 #pragma once #include #include //类模板原型 template struct function_t...
阅读全文
posted @ 2018-09-15 16:11