在auto一个引用时,auto会忽略顶层const,而保存底层const

decltype(sum()) x = i;  //  I的类型就是sum()返回值的类型

相关文章: