{"id":2571,"date":"2022-03-25T21:12:48","date_gmt":"2022-03-25T13:12:48","guid":{"rendered":"https:\/\/www.clonefactor.com\/wordpress\/?p=2571"},"modified":"2022-03-27T16:10:48","modified_gmt":"2022-03-27T08:10:48","slug":"exception-function-specification","status":"publish","type":"post","link":"https:\/\/www.clonefactor.com\/wordpress\/program\/c\/2571\/","title":{"rendered":"Exception function specification"},"content":{"rendered":"\n<p>\u6700\u8fd1\u5b78\u5230\u7684 template \u5beb\u6cd5, template function specification, \u53ef\u4ee5\u7a0d\u5019\u6307\u660e template \u5c0d\u61c9\u67d0\u7a2e class type \u6642\u53ef\u4ee5\u7528\u6307\u5b9a\u7684\u65b9\u5f0f\u9032\u884c\u64cd\u4f5c, \u9019\u90e8\u4efd\u6bd4 C# \u66f4\u8907\u96dc\u4e5f\u540c\u6642\u66f4\u6709\u5f48\u6027.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\/\/ forward declare\ntemplate&lt;class T>\nchar const * Print_handler(const T* data);\n\n\/\/ template function specification\ntemplate&lt;>\nchar const * Print_handler&lt;int>(const int* data) {\n    auto str = std::to_string(*data);\n\treturn str.c_str();\n}\n\ntemplate&lt;>\nchar const * Print_handler&lt;std::string>(const std::string* data) {\n\treturn (char*)((*data).c_str());\n}<\/pre>\n\n\n","protected":false},"excerpt":{"rendered":"<p>\u6700\u8fd1\u5b78\u5230\u7684 template \u5beb\u6cd5, template function specification &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-2571","post","type-post","status-publish","format-standard","hentry","category-c"],"_links":{"self":[{"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/posts\/2571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/comments?post=2571"}],"version-history":[{"count":2,"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/posts\/2571\/revisions"}],"predecessor-version":[{"id":2573,"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/posts\/2571\/revisions\/2573"}],"wp:attachment":[{"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/media?parent=2571"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/categories?post=2571"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/tags?post=2571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}