• <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)

            看看兩端代碼,區別重要在:
            一個是: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); 
            }                              

            一個是: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;
            }

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


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

            VC編譯器對FunctionTemplate實例化的優化

            VC編譯器對FunctionTemplate實例化的優化:
            看下面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) 已經是template <typename T>
            inline T const& max (T const& a, T const& b) 對類型int的實例化,所以,凡是需要調用max<int>時,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 閱讀(550) | 評論 (2)編輯 收藏

            僅列出標題  
            亚洲精品视频久久久| 国产精品成人无码久久久久久 | 国产午夜电影久久| 久久精品一区二区国产| 国内精品久久久久| 久久精品无码专区免费| 久久久久久免费视频| 久久精品麻豆日日躁夜夜躁| 免费观看成人久久网免费观看| 国产午夜精品理论片久久影视| 国产AⅤ精品一区二区三区久久| 久久久久这里只有精品| 久久成人国产精品免费软件| 久久国产精品77777| 国产精品无码久久四虎| 欧美精品乱码99久久蜜桃| 国产成人久久精品区一区二区| 久久精品亚洲乱码伦伦中文| 奇米综合四色77777久久| 精品久久国产一区二区三区香蕉| 久久久久99这里有精品10| 77777亚洲午夜久久多喷| 理论片午午伦夜理片久久| 国内精品久久久久久久97牛牛 | 9191精品国产免费久久| 无码人妻久久一区二区三区蜜桃| 97r久久精品国产99国产精| 一本久久综合亚洲鲁鲁五月天| 欧美黑人又粗又大久久久| 亚洲欧洲中文日韩久久AV乱码| 狠狠色丁香久久综合婷婷| 7777久久久国产精品消防器材| 观看 国产综合久久久久鬼色 欧美 亚洲 一区二区 | 亚洲欧美一级久久精品| 国产精品九九久久免费视频| 久久精品国产第一区二区三区| 无码八A片人妻少妇久久| 久久久久久久亚洲精品 | 久久精品国产99久久丝袜| 久久婷婷久久一区二区三区| 青草国产精品久久久久久|