• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            Edgard

            2005年12月15日 #

            討論FunctionTemplate申明的隱藏性(Visibility)

            看看兩端代碼,區(qū)別重要在:
            一個(gè)是:inline int const& max申明在template <typename T>
            inline T const& max之前。


            // maximum of two int values
            inline int const& max (int const& a, int const& b)
            {
                return a<b?b:a;
            }

            // maximum of two values of any type
            template <typename T>
            inline T const& max (T const& a, T const& b)
            {
                return a<b?b:a;
            }

            // maximum of three values of any type
            template <typename T>
            inline T const& max (T const& a, T const& b, T const& c)
            {
                return max (max(a,b), c); 
            }                              

            一個(gè)是:inline int const& max申明在template <typename T>
            inline T const& max之后。

            // maximum of two values of any type
            template <typename T>
            inline T const& max (T const& a, T const& b)
            {
                return a<b?b:a;
            }

            // maximum of three values of any type
            template <typename T>
            inline T const& max (T const& a, T const& b, T const& c)
            {
                return max (max(a,b), c); 
            }

            // maximum of two int values
            inline int const& max (int const& a, int const& b)
            {
                return a<b?b:a;
            }

            調(diào)用程序:
            int main( )
            {
                  //當(dāng)然這里本來就寫得不好,要先顯式申明寫局部變量......
                  // 看你了解多少,討論討論兩種執(zhí)行可能的執(zhí)行路徑,即:FunctionTemplate的調(diào)用路徑!!!
                  ::max( 4, 10 ,15 );


            posted @ 2005-12-15 21:10 Edgard 閱讀(531) | 評論 (5)編輯 收藏

            VC編譯器對FunctionTemplate實(shí)例化的優(yōu)化

            VC編譯器對FunctionTemplate實(shí)例化的優(yōu)化:
            看下面Template代碼:

            inline int const& max (int const& a, int const& b)
            {
                return a<b?b:a;
            }

            // maximum of two values of any type
            template <typename T>
            inline T const& max (T const& a, T const& b)
            {
                return a<b?b:a;
            }

            // maximum of three values of any type
            template <typename T>
            inline T const& max (T const& a, T const& b, T const& c)
            {
                return max (max(a,b), c);
            }

            inline int const& max (int const& a, int const& b) 已經(jīng)是template <typename T>
            inline T const& max (T const& a, T const& b) 對類型int的實(shí)例化,所以,凡是需要調(diào)用max<int>時(shí),VC 編譯器都不在再用max<int>來Instantiate max Function Template.


            int main ()

                ::max(7, 42, 68); // calls the template for three arguments first, then call inline int const& max   
                   

                ::max(7.0, 42.0); // calls max<double> (by argument deduction)
                ::max('a', 'b'); // calls max<char> (by argument deduction)
                ::max(7, 42);  // calls the nontemplate for two ints 
             
                ::max<>(7, 42);  // call inline int const& max
                ::max<int>(7, 42); // call inline int const& max
                ::max<int>(7.0, 42.0); // call inline int const& max
                ::max<double>(7, 42); // calls max<double> (no argument deduction)

               return 0;
            }

            posted @ 2005-12-15 20:43 Edgard 閱讀(562) | 評論 (2)編輯 收藏

            僅列出標(biāo)題  
            久久久无码精品亚洲日韩蜜臀浪潮| 久久精品国产男包| 久久久老熟女一区二区三区| 亚洲综合日韩久久成人AV| 99精品国产在热久久无毒不卡| 久久国产香蕉视频| 久久99精品久久久久久久久久| 久久激情五月丁香伊人| 国产精品久久国产精品99盘| 少妇久久久久久被弄到高潮| 国产成人久久AV免费| 日韩精品久久久久久久电影| 麻豆精品久久久一区二区| 欧美国产成人久久精品| 国产激情久久久久影院| 精品国产乱码久久久久久1区2区| 亚洲欧美成人久久综合中文网| 国产精品久久毛片完整版| 久久精品久久久久观看99水蜜桃 | 久久国产精品无码一区二区三区| 精品久久久无码中文字幕天天| 欧美黑人又粗又大久久久| 午夜精品久久久久久| 久久综合成人网| 国产999精品久久久久久| jizzjizz国产精品久久| 久久人爽人人爽人人片AV| 精品久久亚洲中文无码| 久久亚洲精品无码aⅴ大香| 亚洲国产成人久久综合区| 久久99精品国产99久久6| 91久久精品国产成人久久| 国产综合久久久久| 色综合色天天久久婷婷基地| 久久ZYZ资源站无码中文动漫 | 一级做a爰片久久毛片人呢| 久久国产乱子精品免费女| 久久午夜电影网| 国产精品狼人久久久久影院| 国内精品久久久久久久影视麻豆| 国产高潮国产高潮久久久91|