我记得 C++17 有个语法可以让 for each loop 倒过来循环,大概语法是 for (auto&& i : xxx | std=xxx),有人知道具体是什么吗?
for (auto&& i : xxx | std=xxx)