C++类型萃取编写技巧(19)

template<typename Signature, typename classtype>
struct fun_to_mem_converter
{
    typedef
        typename fun_to_mem_converter_helper<function_traits<Signature>::arity,classtype,typename function_traits<Signature>::FunctionP_Type>::MFunctionP_Type
    MFunctionP_Type;
};


NAMESPACE_TRAITS_END
#endif

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/4b11dba9eca97ff5bf235e221cf6c9e1.html