int* a = new int(10);

decltype(*a) 得到的是引用类型:int&

相关文章: