标签: c++ c++11
我想知道int&的区别是什么? name和int& name(如果有的话)。一个例子:
for (auto& c : s) {...} for (auto &c : s) {...}