作者:
EdisonX (卡卡獸)
180.177.76.161 (台灣)
2013-02-01 03:39:57 推 privatewind: 我個人是大量的使用decltype在function parameter
在range-for loop則大量用auto
基本上 能用decltype我就會用... 我覺得還蠻直觀的另外 文中 decltype(di) ddi = di; // ddi 宣告成int&應該是寫錯?? O.O 應該是int ?! 47F 02-04 12:49
推 privatewind: 話說delctype是preprocessor處理的嗎? 雖然沒有#
因為IDE對decltype可以進行解析 對auto就不能了... 56F 02-04 18:34