-
if Fty is a pointer to function type R(*)(U1, U2, ..., UN) the return type is R;
-
class=tgtSentence msdn2.microsoft.com xmlns="http://msdn2.microsoft.com/mtps" runat="server" sentenceid="431cb32562039bfd9017c5aa7dea77c9" mtps:Sentence>如果Fty是个R(*)(U1, U2, ..., UN) 函数指针,那么返回类型是R msdn2.microsoft.com mtps:Sentence>
-
if Fty is a reference to function type R(&)(U1, U2, ..., UN) the return type is R;
-
class=tgtSentence msdn2.microsoft.com xmlns="http://msdn2.microsoft.com/mtps" runat="server" sentenceid="92961a7fa98917045e0e4cf8af28a86b" mtps:Sentence>如果Fty是个R(&)(U1, U2, ..., UN) 函数指针,那么返回类型是R msdn2.microsoft.com mtps:Sentence>
-
if Fty is a pointer to member function type R(U1::*)(U2, ..., UN) the return type is R;
- class=tgtSentence msdn2.microsoft.com xmlns="http://msdn2.microsoft.com/mtps" runat="server" sentenceid="fc99fda7f5220af73d97358cc2424041" mtps:Sentence>
class=tgtSentence msdn2.microsoft.com xmlns="http://msdn2.microsoft.com/mtps" runat="server" sentenceid="92961a7fa98917045e0e4cf8af28a86b" mtps:Sentence>如果Fty是个R(U1::*)(U2, ..., UN)成员函数指针,那么返回类型是R msdn2.microsoft.com mtps:Sentence>
-
if Fty is a pointer to data member type R U1::* the return type is R;
-
class=tgtSentence msdn2.microsoft.com xmlns="http://msdn2.microsoft.com/mtps" runat="server" sentenceid="bc39f2474dd6f5737738d479e04f872d" mtps:Sentence>如果Fty是个R U1::* 成员变量指针,那么返回类型是R msdn2.microsoft.com mtps:Sentence> msdn2.microsoft.com mtps:Sentence>
-
if Fty is a class with a member typedef result_type the return type is Fty::result_type;
-
class=tgtSentence msdn2.microsoft.com xmlns="http://msdn2.microsoft.com/mtps" runat="server" sentenceid="e0bc005a6984bd4fa230f4759ae660ce" mtps:Sentence>如果Fty是一个类并且其中定义了result_type ,那么返回类型是Fty::result_type msdn2.microsoft.com mtps:Sentence>
-
if N is 0 (that is, Ty is of the form Fty()) the return type is void;
-
class=tgtSentence msdn2.microsoft.com xmlns="http://msdn2.microsoft.com/mtps" runat="server" sentenceid="797b1888b595eb0ce0e8fd824b2cc2e6" mtps:Sentence>如果Fty函数不带有任何的参数,那么返回类型是void msdn2.microsoft.com mtps:Sentence>
-
if Fty is a class with a member template named result the return type is Fty::result<T1, T2, ..., TN>::type;
-
class=tgtSentence msdn2.microsoft.com xmlns="http://msdn2.microsoft.com/mtps" runat="server" sentenceid="197268c8ff6cd2fad5263486a6e0151b" mtps:Sentence>如果Fty是个类并且有个成员模板是result,那么返回类型是Fty::result<T1, T2, ..., TN>::type
-
in all other cases it is an error.
-
/msdn2.microsoft.com/mtps:Sentence class=tgtSentence xmlns="http://msdn2.microsoft.com/mtps" runat="server" sentenceid="6e8d1a3ffb35d4959fe43654ecf52f10">其它情况就会出错//msdn2.microsoft.com/mtps:Sentence>